oidc-client v0.4.0.0 Release Notes

  • โž• Added

    • โž• Added a validation of 'nonce' parameter. See #24.
    • ๐Ÿ‘€ Made optional claims available. See #24.
    • ๐Ÿ‘€ The lifecycles of 'nonce' and 'state' can also be managed by SessionStore. See #24.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘€ Made TokenResponse parsing strict. See #23.
    • ๐Ÿ“‡ A signing algorithm is now obtained from OpenID Provider Metadata. See #24.
    • ๐Ÿ‘€ 'profile' scope added to 'examples/scotty', and name / email / picture shown. See #25.