kylef / JSONWebToken.swift

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

Support for RS256 #105

Open enzowritescode opened 6 years ago

enzowritescode commented 6 years ago

Hello, a good feature enhancement would be support of RS256 since this is safer than having a shared secret between the server/client