Skip to content

Releases: djpugh/fastapi_aad_auth

Release 0.1.22

17 Apr 14:22
a349cbf
Compare
Choose a tag to compare

🚀 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

13 Jun 22:20
2c85525
Compare
Choose a tag to compare

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

22 May 17:00
de2f1e3
Compare
Choose a tag to compare

Changes

🚀 Features

  • Adding login page div container class option @djpugh (#58)

🐛 Bug Fixes

🧰 Maintenance

0.1.19

22 Dec 00:19
a2c7d57
Compare
Choose a tag to compare

Changes

0.1.18

21 Dec 00:43
4fa2877
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Adding login_ui safe filter @djpugh (#49)
  • Fixing auth provider without authenticator error @djpugh (#48)

0.1.17

20 Dec 22:56
5b11ced
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fixing user class reload with tests @djpugh (#47)

0.1.16

20 Dec 20:16
3e6d059
Compare
Choose a tag to compare

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.15

19 Dec 01:28
3358cd7
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

0.1.14

18 Dec 18:21
10d7b0e
Compare
Choose a tag to compare

Changes

🚀 Features

  • Adding cleaner handling for multiple providers @djpugh (#39)
  • Adding scopes handling/inclusion in tokens @djpugh (#41)

🐛 Bug Fixes

0.1.13

15 Dec 19:19
fc9c3de
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes