API DeprecationsΒΆ
0.2.0:
- Refactoring towards a more extensible structure for the Authentication Backend
 
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 registration
fastapi_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 registration
fastapi_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_sessionboolean flag)