robbert229 / jwt

This is an implementation of JWT in golang!
MIT License
105 stars 27 forks source link

Implement RSA algorithm #6

Open robbert229 opened 8 years ago

robbert229 commented 8 years ago

Currently there is no support for the RSA family of algorithms.

alexandrevicenzi commented 8 years ago

@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.

robbert229 commented 8 years ago

That is correct. It should be a relatively simple feature. The PR would be appreciated!

alexandrevicenzi commented 8 years ago

Ok, I'll take a look :)