You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add a new value to the enum for `config.algorithm`: `RS512`
* add support for RS512 signing and verification in the `jwt_parser.lua`
module
* appropriate unit and integration tests
* add a new RS512 key pair to the tests fixtures
From #2666
Implements #2473
Signed-off-by: Thibault Charbonnier <thibaultcha@me.com>
I added the missing RS512 encoding format to jwt plugin (code + tests) and I'm ready to merge the feature.
The text was updated successfully, but these errors were encountered: