Releases: tomasvotava/fastapi-sso
Releases · tomasvotava/fastapi-sso
0.12.0
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
What's Changed
- chore(deps): bump the all group with 2 updates by @dependabot in #116
- chore(deps-dev): bump the all group with 3 updates by @dependabot in #117
- chore(deps): bump the all group with 7 updates by @dependabot in #123
- Add line sso by @jimmyyyeh in #124
- add LinkedIn provider support by @Cereal84 in #118
New Contributors
- @jimmyyyeh made their first contribution in #124
Full Changelog: 0.10.0...0.11.0
0.10.0
0.9.1
- only allow valid e-mail addresses in OpenID's
email
field
Contributed by @parfeniukink
0.9.0
0.8.0
-
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
- contributed by @parfeniukink
0.7.4
- PEP 561 compliance
credits to @parfeniukink
0.7.3
- mostly chores
- import paths can now be shorter
from fastapi_sso.sso.base import OpenID
is now available asfrom fastapi_sso import OpenID
0.7.2
- fix: add
User.Read
to MicrosoftSSO's scope
0.7.1
- fixed Github OpenID validation errors (contributed by @MP-StefanKraus)