kylef / JSONWebToken.swift

Swift implementation of JSON Web Token (JWT).
http://jwt.io
BSD 2-Clause "Simplified" License
763 stars 226 forks source link

Swift 5.0 #124

Open YashJadhav opened 5 years ago

YashJadhav commented 5 years ago

@kylef Please update JSONWebToken to latest version of Swift 5.0.

yujiea commented 5 years ago

The latest release is one and a half years ago.

TranTo-To commented 5 years ago

seems there is no-one works on this at the moment. @kylef Do you need a hand for this update?

sashabaranov commented 5 years ago

Looks like it is better to migrate to IBM's library https://github.com/IBM-Swift/Swift-JWT

couchdeveloper commented 3 years ago

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 ;)