Skip to content

Releases: yourkarma/JWT

2.1.0-beta.1

12 Aug 17:06
Compare
Choose a tag to compare
2.1.0-beta.1 Pre-release
Pre-release
Enhancements
Testing
  • Tests not working yet.
  • RS support for mac OS. Thanks, @nevyn!
ToDo
  • Tests full support.
  • Travis CI enhancements.
  • Fix RS Mac port. ( errSecInputLengthError )

2.0.2

18 May 15:08
Compare
Choose a tag to compare
Enhancements
  • RS algorithm leaking memory fixes. @tumata
  • Algorithm factory added. @lolgear
  • Documentation updated. @lolgear
  • OS X RS compatibility removed ( correct implementation needed ). @lolgear

2.0.1

02 Mar 12:12
Compare
Choose a tag to compare
Enhancements
Deprecations
  • JWT categories (NSString, NSData) removed (use Base64 instead) @jbrophy17

2.0.0

23 Feb 10:36
Compare
Choose a tag to compare
Enhancements
Deprecations

1.1.3

14 Feb 14:44
Compare
Choose a tag to compare
Enhancements

1.1.2

10 Feb 21:58
Compare
Choose a tag to compare
Enhancements

1.1.1

04 Feb 15:36
Compare
Choose a tag to compare
Enhancements
Bug Fixes
  • JSON serialization error handling added

1.1.0

28 Oct 19:29
Compare
Choose a tag to compare
Enhancements
  • Add support for custom headers @lolgear
  • Add support for decoding messages @lolgear
  • Better error reporting @lolgear
  • Support for using no encryption algorithm (JWTAlgorithmNone) @lolgear
Bug Fixes

1.0.3

26 Jul 19:38
Compare
Choose a tag to compare
  • Claim sets now have a default expiration, issued at and not before date.