artemeff / jwt

Erlang JWT library
http://jwt.io/
MIT License
38 stars 39 forks source link

enable RS256 token sign algorithm #6

Closed fogfish closed 7 years ago

fogfish commented 7 years ago

RFC 7519 says:

It is RECOMMENDED that implementations also support RSASSA-PKCS1-v1_5 with the SHA-256 hash algorithm ("RS256") and ECDSA using the P-256 curve and the SHA-256 hash algorithm ("ES256").

fogfish commented 7 years ago

closed via #7