Releases: djpugh/fastapi_aad_auth
Releases · djpugh/fastapi_aad_auth
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
Changes
🚀 Features
🎆 Future Deprecations
See the deprecations.rst file - From 0.2.0
:
fastapi_aad_auth.oauth.state.AuthenticationState
- replaced byfastapi_aad_auth._base.state.AuthenticationState
fastapi_aad_auth.oauth.aad.AADOAuthBackend
- replaced byfastapi_aad_auth.providers.aad.AADProvider
fastapi_aad_auth.config.RoutingConfig.login_path
- replaced by provider based usage offastapi_aad_auth.config.RoutingConfig.oauth_base_route
, see Configuring the Azure Active Directory App Registration for how to configure the app registrationfastapi_aad_auth.config.RoutingConfig.login_redirect_path
- replaced by provider based usage offastapi_aad_auth.config.RoutingConfig.oauth_base_route
, see Configuring the Azure Active Directory App Registration for how to configure the app registrationfastapi_aad_auth.config.Config.aad
- replaced by providers infastapi_aad_auth.config.Config.providers
fastapi_aad_auth.auth.AADAuth
- replaced byfastapi_aad_auth.auth.Authenticator
*fastapi_aad_auth.auth.AADAuth.api_auth_scheme()
- replaced byfastapi_aad_auth._base.backend.BaseOAuthBackend.requires_auth()
(includesallow_session
boolean flag)
PRs: #32
0.1.7
0.1.6
0.1.5
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
🧰 Maintenance
- Removing release edit @djpugh (#23)
- Bumped
cryptography
minimum to>3.2
(CVE-2020-25659) @djpugh (#23)