Skip to content

Releases: djpugh/fastapi_aad_auth

0.1.12

15 Dec 19:05
5e7989d
Compare
Choose a tag to compare

Changes

🚀 Features

  • Adding _ui attribute to authenticator for reuse @djpugh (#37)

🐛 Bug Fixes

0.1.11

15 Dec 00:02
c9c79de
Compare
Choose a tag to compare

Changes

🚀 Features

  • Adding more blocks to jinja templates @djpugh (#36)

🐛 Bug Fixes

  • Updating jinja templates to use module based pathing for easier inheritance @djpugh (#35)

0.1.10

14 Dec 22:11
a66829d
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

0.1.9

14 Dec 21:53
a6bd331
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add extensible UI templates and methods @djpugh (#33)

0.1.8

14 Dec 12:01
09b2183
Compare
Choose a tag to compare

Changes

🚀 Features

  • Refactor the authentication handlers to a more extensible approach @djpugh (#32)

🎆 Future Deprecations

See the deprecations.rst file - From 0.2.0:

  • fastapi_aad_auth.oauth.state.AuthenticationState - replaced by fastapi_aad_auth._base.state.AuthenticationState
  • fastapi_aad_auth.oauth.aad.AADOAuthBackend - replaced by fastapi_aad_auth.providers.aad.AADProvider
  • fastapi_aad_auth.config.RoutingConfig.login_path - replaced by provider based usage of fastapi_aad_auth.config.RoutingConfig.oauth_base_route, see Configuring the Azure Active Directory App Registration for how to configure the app registration
  • fastapi_aad_auth.config.RoutingConfig.login_redirect_path- replaced by provider based usage of fastapi_aad_auth.config.RoutingConfig.oauth_base_route, see Configuring the Azure Active Directory App Registration for how to configure the app registration
  • fastapi_aad_auth.config.Config.aad - replaced by providers in fastapi_aad_auth.config.Config.providers
  • fastapi_aad_auth.auth.AADAuth - replaced by fastapi_aad_auth.auth.Authenticator*
  • fastapi_aad_auth.auth.AADAuth.api_auth_scheme() - replaced by fastapi_aad_auth._base.backend.BaseOAuthBackend.requires_auth() (includes allow_session boolean flag)

PRs: #32

0.1.7

11 Dec 19:06
1388f9e
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

0.1.6

06 Dec 00:35
78e2f94
Compare
Choose a tag to compare

Changes

🚀 Features

  • User class documentation and improvements @djpugh (#28)

0.1.5

30 Nov 18:01
fae25c7
Compare
Choose a tag to compare

Changes

🚀 Features

  • Added /me and /me/token default routes to get access token for signed in user @djpugh (#27)
  • Added documentation on authenticating from clients/apps @djpugh (#25)

🐛 Bug Fixes

  • Fixed issue with service principal/app registration authentication @djpugh (#25)

🧰 Maintenance

0.1.4

28 Nov 14:07
9166d01
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Adding manual trigger and release update trigger @djpugh (#22)

0.1.3

26 Nov 18:04
e98f8b7
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes