jasongoodwin / authentikat-jwt

JWT Scala Implementation - Claims based auth for Scala.
Apache License 2.0
133 stars 45 forks source link

support for RS256 algorithm #37

Closed yogeshpathade closed 6 years ago

yogeshpathade commented 6 years ago

I see currently the RS256 is not supported. Can it be easily implemented? I need it for my project to validate the JWT which is RS256.

Message: java.lang.UnsupportedOperationException: RS256 is an unknown or unimplemented JWT algo key authentikat.jwt.JsonWebSignature$.apply(JsonWebSignature.scala:28) authentikat.jwt.JsonWebToken$.validate(JsonWebToken.scala:85)

jasongoodwin commented 6 years ago

Should be on 1.0. Let me have a look tonight - I need to publish.

yogeshpathade commented 6 years ago

Thanks Json. The 1.0.0 code does have the implementation for RS256. I will get the 1.0.0 for my app.