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