artemeff / jwt

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

(#6) : enable RS256 token signature algorithm #7

Closed fogfish closed 7 years ago

fogfish commented 7 years ago

WHY

RFC 7519 RECOMMENDED that implementations also support RSASSA-PKCS1-v1_5 with the SHA-256 hash algorithm ("RS256")

WHAT

artemeff commented 7 years ago

👍