Swift 5.0
@kylef Please update JSONWebToken to latest version of Swift 5.0.
The latest release is one and a half years ago.
seems there is no-one works on this at the moment. @kylef Do you need a hand for this update?
Looks like it is better to migrate to IBM's library https://github.com/IBM-Swift/Swift-JWT
I hope @kylef is well!
For another project I need to parse and validate a JWT which supports HS and ES algorithms on iOS, Swift 5+.
There are some alternatives, but then I decided to make my own and open sourced it here on GitHub. It compiles with Swift 5 and on platforms where CryptoKit is available. Have a search ;)