Releases: intility/fastapi-azure-auth
Releases · intility/fastapi-azure-auth
1.1.1 - Signature loop improvements
Features
- Improve how key to validate token is chosen. It's now based on
kid
, instead of trying all keys ( #10 @JonasKs )
Other/Improvements
- More test cases for validating tokens ( #10 @JonasKs )
- Test case for refreshing of provider config ( #10 @JonasKs )
- More comments describing patterns and choices in the code ( #10 @JonasKs )
1.1.0 - User attached to the request state
Features
- User attached to the request state ( #6 @JonasKs )
Improvements
1.0.0 - Release of FastAPI-Azure-auth
Features
- Simple setup of Azure Authentication for FastAPI apps