Skip to content

Releases: aliev/aioauth

Release v2.0.0

07 Aug 18:39
95d1caf

Choose a tag to compare

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

Full Changelog: v1.7.0...v2.0.0

Release v1.7.0

20 Oct 07:18
533d8d8

Choose a tag to compare

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

03 Aug 15:35
7a8ce10

Choose a tag to compare

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

04 May 16:18
2e44811

Choose a tag to compare

Bump version: 1.5.3 -> 1.5.4

Release v1.5.3

28 Mar 21:42
8f52c6f

Choose a tag to compare

Bump version: 1.5.2 -> 1.5.3

Release v1.5.2

21 Mar 05:46
48896f2

Choose a tag to compare

Bump version: 1.5.1 -> 1.5.2

Release v1.5.1

30 Jan 19:39
c7512c8

Choose a tag to compare

What's Changed

  • fix: added Python 3.11 support by @aliev in #69

Full Changelog: v1.5.0...v1.5.1

Release v1.5.0

27 Aug 09:15
5920d7c

Choose a tag to compare

Bump version: 1.4.1 → 1.5.0

Release v1.4.1

11 Aug 19:12
da68dbf

Choose a tag to compare

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

25 Feb 23:39
e69c989

Choose a tag to compare

Bump version: 1.3.3 → 1.4.0