Fastapi-azure-auth

Latest version: v5.0.1

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

Scan your dependencies

Page 3 of 6

4.0.0

Not secure
Breaking change

Single- and multi-tenant applications now have a default setting that **denies** guest users access to the APIs. The documentation has [been updated](https://intility.github.io/fastapi-azure-auth/usage-and-faq/guest_users), please read it if you'd like to override this setting, or have different settings for different endpoints.

**Note**: B2C tenants **allow** guest users by default, as all users will be guest users.

Changes
* add!: default deny guest users in single- and multi-tenant applications by JonasKs in 124
* Poetry Dev Key Update by ingvaldlorentzen in https://github.com/Intility/fastapi-azure-auth/pull/113
* fix: deprecation warning issue on chypotography keytypes by tsw025 in https://github.com/Intility/fastapi-azure-auth/pull/120


New Contributors
* ingvaldlorentzen made their first contribution in https://github.com/Intility/fastapi-azure-auth/pull/113
* tsw025 made their first contribution in https://github.com/Intility/fastapi-azure-auth/pull/120

**Full Changelog**: https://github.com/Intility/fastapi-azure-auth/compare/3.5.1...4.0.0

3.5.1

Not secure
Changes
* Fixes README example scopes usage by infomiho in https://github.com/Intility/fastapi-azure-auth/pull/102
* chore: support python3.11 by JonasKs in https://github.com/Intility/fastapi-azure-auth/pull/107

New Contributors
* infomiho made their first contribution in https://github.com/Intility/fastapi-azure-auth/pull/102

**Full Changelog**: https://github.com/Intility/fastapi-azure-auth/compare/3.5.0...3.5.1

3.5.0

Not secure
**Features:**

* `B2CMultiTenantAuthorizationCodeBearer` class which simplifies a multi-tenant B2C setup. ( 93 kristiqntashev )

**Fix:**

* Make `tid` optional in the User model to support tokens sent from a B2C single-tenant ( 96 marcinplatek )

**Github actions:**

* Fix caching ( jonasks )

3.4.0

Not secure
**Features**

* Support Python3.8. ( 75, manupatel007 ) 🚀

3.3.0

Not secure
**Features**

* Add setting to specify `openid_config_url` in AzureAuthorizationCodeBearerBase to add support for B2C tenants. ( 48 robteeuwen and JonasKs )
* Use `python-jose` to load JWK, instead of `x5c`-keys loaded with `cryptography`. This add support for B2C tenants ( 48 robteeuwen and JonasKs )

**Other**

* Rewrite tests and clean up code ( 48 JonasKs )

3.2.2

Not secure
**Fixes**

* Loosen `cryptography` version requirement, adding support for `cryptography` version 36, and future major bumps. ( JonasKs, 63868904e9c7c2f3da31cdeefebec4884da402b4)

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.