Fastapi-aad-auth

Latest version: v0.1.21

Safety actively analyzes 623219 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

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.21

Changes

🚀 Features

- Adding AADSTS90009 info to docs djpugh (62) - Thanks Yzoni
- Include token scopes in openapi auth and alternate openapi auth flows djpugh (61)

🐛 Bug Fixes

- Working on types issue with python 3.9 djpugh (63)

0.1.20

Changes

🚀 Features

- Adding login page div container class option djpugh (58)

🐛 Bug Fixes

- Fixing links in sphinx config djpugh (56)
- Fixing types issue in build djpugh (55)
- Fix tiny typo in docs oerpli (54)

🧰 Maintenance

- Updating and tidying docs djpugh (57)
- Update toolmantim/release-drafter action to v5.15.0 renovate (53. 52, 51)

0.1.19

Changes

- Adding redirect uri logging djpugh (50)

0.1.18

Changes

🐛 Bug Fixes

- Adding login_ui safe filter djpugh (49)
- Fixing auth provider without authenticator error djpugh (48)

0.1.17

Changes

🐛 Bug Fixes

- Fixing user class reload with tests djpugh (47)

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.