Skip to content

v0.10.0

Choose a tag to compare

@frankie567 frankie567 released this 31 Aug 16:43
· 106 commits to master since this release
3436a6b

Breaking changes

  • The return type of get_id_email is now Tuple[str, Optional[str]), which means the email is now optional and can be None.
    • This will help to better support providers that don't always provide an email address.

New features and improvements

  • New OpenID client, with automatic endpoints discovery. [Documentation]
  • Okta client implementation revamped using the OpenID client as a basis.