Skip to content

Releases: Intility/fastapi-azure-auth

4.4.0

30 May 15:48
Compare
Choose a tag to compare

What's Changed

Other

  • chore(deps): bump actions/cache from 4.0.1 to 4.0.2 by @dependabot in #190
  • chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot in #193

New Contributors

Full Changelog: 4.3.1...4.4.0

4.3.1 - Minor fixes

04 Mar 15:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.3.0...4.3.1

4.3.0 - Small improvements and lots of documentation

30 Oct 18:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.1...4.3.1

4.2.1 - Move dependencies

31 Jul 19:41
30d3dae
Compare
Choose a tag to compare

What's Changed

  • move openapi-spec-validator and pydantic-settings to dev deps by @enadeau in #146

Full Changelog: 4.2.0...4.2.1

4.2.0 - Pydantic 2 support

31 Jul 14:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.3...4.2.0

4.1.3 - Fix optional claims

24 Jun 11:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.2...4.1.3

4.1.2 - Fix optional claims

23 Jun 13:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.1...4.1.2

4.1.1 - Fix default value for `scp` on the User object

23 May 07:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.1.1

4.1.0 - Add all claims to user object

19 May 15:56
Compare
Choose a tag to compare

Summary

All claims have now been added to the user object.

Commits

New Contributors

Thank you so much, both of you 馃槉

Full Changelog: 4.0.0...4.1.0

4.0.0 - Breaking change: Deny guest users by default

04 Apr 11:49
Compare
Choose a tag to compare

Breaking change

Single- and multi-tenant applications now have a default setting that denies guest users access to the APIs. The documentation has been updated, please read it if you'd like to override this setting, or have different settings for different endpoints.

Note: B2C tenants allow guest users by default, as all users will be guest users.

Changes

  • add!: default deny guest users in single- and multi-tenant applications by @JonasKs in #124
  • Poetry Dev Key Update by @ingvaldlorentzen in #113
  • fix: deprecation warning issue on chypotography keytypes by @tsw025 in #120

New Contributors

Full Changelog: 3.5.1...4.0.0