Skip to content

Releases: intility/fastapi-azure-auth

1.1.1 - Signature loop improvements

17 Aug 14:42
a8f108e
Compare
Choose a tag to compare

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

15 Aug 20:01
8122b19
Compare
Choose a tag to compare

Features

  • User attached to the request state ( #6 @JonasKs )

Improvements

1.0.0 - Release of FastAPI-Azure-auth

13 Aug 08:29
Compare
Choose a tag to compare

Features

  • Simple setup of Azure Authentication for FastAPI apps