jwt
jwt copied to clipboard
Implement RSA algorithm
Currently there is no support for the RSA family of algorithms.
@robbert229 maybe use https://golang.org/pkg/crypto/rsa/ right?
Looking into the code it's just a small change at algorithms.go. If so I could send a PR.
That is correct. It should be a relatively simple feature. The PR would be appreciated!
Ok, I'll take a look :)