Skip to content

Releases: tomasvotava/fastapi-sso

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

0.7.0

25 Jul 18:41
e9dd32b
Compare
Choose a tag to compare
  • 🔒 wrap sso calls in with statement
  • 🔒 add security warning for versions < 0.7.0 due to shared state vulnerability
  • 🎉 add Gitlab SSO support by Alessandro Pischedda

0.6.4

16 Jan 19:50
Compare
Choose a tag to compare
  • deprecate use_state parameter