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