Releases: dudil/fastapi_msal
Releases · dudil/fastapi_msal
2.1.6
2.1.5
What's Changed
- provide opportunity to declare redirect_uri from config. PR #35 by @colivi
- Fix: Missing "groups" property on IDTokenClaim. Issue #36 by @JakobKristoffersenATP
Contributors
- @colivi made their first code contribution
- @JakobKristoffersenATP helped with creating and verification of the issue
Full Changelog: 2.1.4...2.1.5
2.1.4
2.1.3
Added IDToken Claims
Added IDTokenClaims to complete the list from the MS documentation:
https://learn.microsoft.com/en-us/entra/identity-platform/id-token-claims-reference
These now include the "roles" claim asked by @steffenschumacher - Close #11
Version 2.1.1 - Fix and Enhancements to Autherization Checks
Added fixes and enhancements to the authorization checks.
- Return 401 instead of 500 in case of expired token
- Better validation process to support more clear validation errors as enum instead of general error
- Added ability to specifically request callback page after logout (not only per referrer header)
- Refactor of methods signature to target few lint warnings
Thank you @rmwesley and @u-iandono for your support and comments.
Version 2.1 - Support Session Authentication via Schema
Added the ability to use MSALSchema.scheme as Security Dependency when using server-side session to save auth keys (in addition to JWT support.
Version 2.0, Pydantic 2 support
Migrate from Pydantic 1.* to 2.*
This release is not compatible with pydantic version 1.* !!!
Version 1.8.1
Fix publishing package