iain-logan / jwt

A Scala implementation of the JWT specification
MIT License
48 stars 16 forks source link

Support for RS256 #12

Closed maciekciolek closed 7 years ago

maciekciolek commented 7 years ago

Hi, would you be interested in PR which contains support for RS256?

iain-logan commented 7 years ago

Of course! Pull requests are very welcome, as I find myself with little time these days.

mautematico commented 7 years ago

@maciekciolek, did you success on implementing support for RS256? :)

jotsif commented 7 years ago

I have an implementation working https://github.com/iain-logan/jwt/pull/14

iain-logan commented 7 years ago

Pull request for RSA256 support accepted.