Skip to content

Releases: pjones/openid-connect

v0.2.0

17 Feb 18:16
v0.2.0
Compare
Choose a tag to compare

Version 0.2.0 (February 17, 2023)

  • Due to breaking changes in the jose package:

    • Versions before 0.10 are no longer supported

    • Orphan instances of MonadRandom were removed from jose so
      you may need to create your own Monad that implements
      MonadRandom

  • Tolerate non-standard client authentication methods in discovery
    documents via a new constructor (@ondrap)

  • Allow access to the ID token (JWT) so you can log out of a session
    (authenticationSuccessWithJwt) (@ondrap)

v0.1.2

26 May 21:27
v0.1.2
Compare
Choose a tag to compare
Release v0.1.2

Version 0.1.1

24 May 15:45
Compare
Choose a tag to compare
  • Update dependencies to their latest versions (thanks to @maksbotan)