SkyLothar / lua-resty-jwt

JWT For The Great Openresty
Apache License 2.0
513 stars 178 forks source link

RSA512 support? #36

Closed ghost closed 7 years ago

ghost commented 8 years ago

Is it planned? or can you explain how to add support for RSA512?

SkyLothar commented 8 years ago

Just put some if-else in jwt.lua (after where RSA256 appeared). But the code is poorly written now. I want to refactor it first, then I'll add RSA512 support.

lucafavatella commented 7 years ago

I understand this is fixed by #48 and #54.