Releases: aliev/aioauth
Releases · aliev/aioauth
Release v2.0.0
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
Release v1.7.0
What's Changed
- Make User generic in OIDC Request class by @shawnz in #96
- Add state parameter to authorization error redirects by @shawnz in #94
- Fix token introspection and revocation authentication checks by @shawnz in #93
- Fix case sensitiveness in HTTPHeaderDict (#97) by @PrieJos in #103
New Contributors
Full Changelog: v1.6.0...v1.7.0
Release v1.6.0
What's Changed
- Allow OIDC prompt query param by @tdg5 in #75
- Refactor tests to invert control and make more dependencies injectable by @tdg5 in #83
- Implement token revocation endpoint by @mgorven in #84
- OIDC token response to authorization_code grant type should always include an id_token by @tdg5 in #76
- fix: invalid_client response is missing application/json content-type by @aliev in #86
Full Changelog: v1.5.3...v1.6.0
Release v1.5.4
Bump version: 1.5.3 -> 1.5.4
Release v1.5.3
Bump version: 1.5.2 -> 1.5.3
Release v1.5.2
Bump version: 1.5.1 -> 1.5.2
Release v1.5.1
Release v1.5.0
Bump version: 1.4.1 → 1.5.0
Release v1.4.1
fix: allow `POST` method in `create_authorization_response` (#65) * fix: allow `POST` method in `create_authorization_response` fixes #64 * bump: 1.4.1
Release v1.4.0
Bump version: 1.3.3 → 1.4.0