laravel-jwt icon indicating copy to clipboard operation
laravel-jwt copied to clipboard

Adding RS-256/512 JWT signature methods

Open phillip-elm opened this issue 7 years ago • 1 comments

I see the default (and only) option with this library is HS-256.

That's a perfectly viable option, but I'm curious to know if you've considered adding support RS-256 or RS-512 key pairs?

I really like the simplicity this library affords; seeing these added would be great.

phillip-elm avatar Apr 21 '18 21:04 phillip-elm

@phillip-elm Number 1 priority right now.

hernandev avatar Aug 26 '18 04:08 hernandev