What's Changed
- minimum viable fastapi aioauth example by @imgurbot12 in #107
- fix: avoid mypy dependency resolution error within example on pre-commit check by @imgurbot12 in #110
- Optional refresh token in implicit grant by @PrieJos in #108
- feat: better example with step-by-step readme by @imgurbot12 in #111
- feat: allow passing extra arbitrary data within oauth request by @imgurbot12 in #112
- feat: support for building custom error-responses by @imgurbot12 in #109
- fix: access-denied exception on scope denial by @imgurbot12 in #113
- Release/2.0.0 by @aliev in #106
- feat: refactor storage methods to use keyword-only arguments for clarity by @aliev in #114
- chore: removed unnecessary Literal from errors by @aliev in #116
- fix: codecov support, docs simplify by @aliev in #117
- Remove type ignore for response_type in authorization response by @aliev in #119
- split authcode into verification/response (rebase on remove user feature) by @imgurbot12 in #120
- feat: remove user by @aliev in #118
- feat: separate authcode validation and response generation by @imgurbot12 in #102
- Switch docs to mkdocs by @aliev in #122
- fix(utils): include query-params from base when building uri by @imgurbot12 in #123
New Contributors
- @imgurbot12 made their first contribution in #107
Full Changelog: v1.7.0...v2.0.0