Skip to content

v0.3.2

Compare
Choose a tag to compare
@vafeini vafeini released this 26 Mar 13:11
· 46 commits to main since this release

Fix

  • Client MetaData should be optional while processing an Authorization Request Object (#211)
  • Unable to serialize ResolvedRequestObject (#217)
  • Fix/direct post remove charset (#200)
  • Fix/encrypted jwt claims (#203)
  • Make state optional (#185)
  • Consider relaxing JAR typ (#186)

What's Changed

  • Fix/direct post remove charset by @dzarras in #200
  • Fix/encrypted jwt claims by @vafeini in #203
  • Client MetaData should be optional while processing an Authorization Request Object by @ydanneg in #212
  • Check client metadata source is present in case of *.jwt response_mode by @babisRoutis in #214

New Contributors