Skip to content

v0.4.1

Choose a tag to compare

@GurtejSohi GurtejSohi released this 24 May 12:48
· 64 commits to main since this release
614ba57
feat: add jwt decoder (#15)

* feat: add jwt decoder

* chore: remove jwt verification and expose the required info via context

* test: add test for JwtParser

* chore:address review comments