Skip to content

Tags: ozzi-/JWT4B

Tags

2.8.2

Toggle 2.8.2's commit message
more stacktraces removed

2.8.1

Toggle 2.8.1's commit message
fix suite tab

2.8

Toggle 2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/support-custom-authorization-type (#97)

* Support custom authorization type

---------

Co-authored-by: test <linzhihan@threathunter.cn>
Co-authored-by: ozzi- <oz@oz-web.com>

2.7

Toggle 2.7's commit message
increase about tab height

2.6

Toggle 2.6's commit message
rsyntaxtextarea font size

2.5

Toggle 2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/montaya (#89)

* Rewrite using Montoya API (#88)

Co-authored-by: cyrill <cyrill@bannwart.info>

* srv -> src

* srv -> src. project structure

* cleaning up
about tab

* formatting, minor changes

* improve header detection

* fix: jwts in cookies that contain a = (valid b64) now parsed correctly

* remove debug

* prevent resign key field to break on small window sizes

* Update README.md

---------

Co-authored-by: cyrill <cyrill@bannwart.info>
Co-authored-by: Oussama Zgheb <Oussama_Zgheb@swissre.com>

2.4

Toggle 2.4's commit message
bump

2.3

Toggle 2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable HTML rendering for lbRegisteredClaims. (#77)

2.2

Toggle 2.2's commit message
fixing #57

2.1

Toggle 2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix NPE when key null and using JWT tokens with RS256 or ES256 algori…

…thms(#59)

thanks to @DolphFlynn