Skip to content

Releases: tomasvotava/fastapi-sso

0.12.0

20 Feb 11:01
Compare
Choose a tag to compare

What's Changed

  • feat: add id_token property to enhance support for OpenID responses
  • chore(deps): bump the all group with 5 updates by @dependabot in #125
  • chore(deps-dev): bump the all group with 3 updates by @dependabot in #130

Full Changelog: 0.11.0...0.12.0

0.11.0

06 Feb 20:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.0...0.11.0

0.10.0

14 Jan 22:18
Compare
Choose a tag to compare
  • add support for Notion
  • fix: use additional_headers for user endpoint

0.9.1

04 Dec 22:24
8688d70
Compare
Choose a tag to compare
  • only allow valid e-mail addresses in OpenID's email field

Contributed by @parfeniukink

0.9.0

24 Nov 18:46
Compare
Choose a tag to compare
  • obtain github users' email even if private
  • pass authenticated session to openid_from_response

0.8.0

24 Nov 17:34
Compare
Choose a tag to compare
  • add email to default MicrosoftSSO scopes

  • do not fail if Microsoft API does not return mail in its response

  • starlette is now an indirect dependency

  • added support for Python 3.12

0.7.4

24 Nov 09:03
429e83b
Compare
Choose a tag to compare
  • PEP 561 compliance

credits to @parfeniukink

0.7.3

23 Nov 21:06
Compare
Choose a tag to compare
  • mostly chores
  • import paths can now be shorter
    • from fastapi_sso.sso.base import OpenID is now available as from fastapi_sso import OpenID

0.7.2

07 Aug 17:25
Compare
Choose a tag to compare
  • fix: add User.Read to MicrosoftSSO's scope

0.7.1

26 Jul 10:51
Compare
Choose a tag to compare