Skip to content

Releases: ozzi-/JWT4B

UI improvements

03 Nov 09:25
Compare
Choose a tag to compare
  • Registered Claims & Cookie Flags for all views
  • Bug fix (including issue #20 )
  • UI improvements

Cookie Security Flags Indication + Fixes

13 Oct 06:10
Compare
Choose a tag to compare

JWT's sent via Set-Cookie now give you visual feedback if the HttpOnly / secure flags are set.
Furthermore a bug was fixed when more than 2 cookies are transmitted in one Cookie: header or empty values are used.
cookie flag

Cookie & Post Body Support

03 Oct 14:17
Compare
Choose a tag to compare
  • JWT Detection
    • JWT Tokens in Cookie and Set-Cookie header are now magically detected and editable.
    • Post Body Parameters containing JWT ("id_token", "ID_TOKEN", "access_token", "token") are now detected and editable.
  • Automated none alg. test available in intercept view
  • History view
    • Requests containing a JWT are highlighted and marked via comment
  • Improved about dialogue
  • New debug request / response files
  • Bugfixes
    • Resigning with a random key is now acting as it should
    • A lot more small bugfixes
  • JUnit Tests

Registered Claims and UI

18 May 06:31
Compare
Choose a tag to compare

Whats new?

  • Support for registered claims "exp", "nbf" and "iat" - Whats that?

  • Bugfixes (signature check with minifed json content and UI tweaks)

  • UI now displays exact problem on signature checks

Bugfixes

08 May 14:05
Compare
Choose a tag to compare

1.0.1 contains two bugfixes:

  • the tokens json is now minified before being re-encoded
  • a null pointer exception in the intercept view was fixed

Version 1.0

02 May 10:30
Compare
Choose a tag to compare

This is the first stable release of JWT4B.
If you run into any problems or you have a good idea for new features and improvements, let us know.