Skip to content

Releases: Kitura/Swift-JWT

Swift 5.2 is now minimum

30 Sep 22:10
08e02ff
Compare
Choose a tag to compare

Fixed some dependencies

Update dependencies and clear some superfluous warnings

08 Nov 03:28
47c6384
Compare
Choose a tag to compare

3.6.1

06 Dec 09:08
Compare
Choose a tag to compare
  • fix: Add guard to handle index out of range exception (#83) - thanks @redryerye
  • doc: Swapped parameter descriptions for x5c and x5t (#78) - thanks @devmaximilian

3.6.0

30 Sep 15:04
2241e83
Compare
Choose a tag to compare
  • feat: Make Data base64url conversion utilities public (#75)

3.5.3

17 Jul 10:54
a0a89d6
Compare
Choose a tag to compare
  • Resolve Swift 5.1 compilation warnings (#70)

3.5.2

16 Jul 09:21
Compare
Choose a tag to compare
  • Ignore newlines in key generation and allow DER formatting (#68)

3.5.1

03 Jul 11:00
4a1b8ac
Compare
Choose a tag to compare

3.5.0

14 May 15:31
Compare
Choose a tag to compare
  • feat: Add support for PS256, PS384 and PS512 algorithms (#56)

3.4.1

10 Apr 12:33
cf798b7
Compare
Choose a tag to compare

Support Swift 5 (#49)

3.4.0

18 Mar 12:00
4136f6e
Compare
Choose a tag to compare

feat: Enabling pattern matching on JWTErrors (#45)
fix: remove unnecessary guard causing build warning (#43)