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
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
I am looking to do JWT in a vro action and something with HMACSHA256 isn't working as expected. If you have any examples using the current version of the plugin that would be helpful.
Add necessary functionality to sign and verify all algorithm types for JSON Web Tokens as documented at https://jwt.io/
Current plugin (1.0.0-30) functionality only supports algorithms: HS256, HS384, HS512.
Need to add methods to support RS* & ES* algorithms
Sample actions to sign/verify each token type should be added as well.
The text was updated successfully, but these errors were encountered: