Releases: djpugh/fastapi_aad_auth
Releases · djpugh/fastapi_aad_auth
Release 0.1.22
🚀 Features
🐛 Bug Fixes
- Fix #74 - restrict login to users with specific role @djpugh (#80)
- Fix #87 - authlib 1.0.0 behaviour for jwk key set validation @djpugh (#91)
- Fix #73 - add JWK key caching for AAD auth provider @djpugh (#79)
- Fixing types handling @djpugh (#78)
- Fix #72 - starlette template handling for
fastapi>0.69.0
/starlette>=0.16.0
@djpugh (#75)
🧰 Maintenance
0.1.21
Changes
🚀 Features
- Adding AADSTS90009 info to docs @djpugh (#62) - Thanks @Yzoni
- Include token scopes in openapi auth and alternate openapi auth flows @djpugh (#61)
🐛 Bug Fixes
- Working on types issue with python 3.9 @djpugh (#63)
0.1.20
Changes
🚀 Features
- Adding login page div container class option @djpugh (#58)
🐛 Bug Fixes
🧰 Maintenance
0.1.18
Changes
🐛 Bug Fixes
- Adding login_ui safe filter @djpugh (#49)
- Fixing auth provider without authenticator error @djpugh (#48)
0.1.16
Changes
🚀 Features
- Add inheritable classes for e.g. Users and Configs @djpugh (#45)
- Redirect from
/me
token request if auth required @djpugh (#46)
🐛 Bug Fixes
- Handling blank values in expected routes @djpugh (#44)
0.1.14
Changes
🚀 Features
- Adding cleaner handling for multiple providers @djpugh (#39)
- Adding scopes handling/inclusion in tokens @djpugh (#41)
🐛 Bug Fixes