Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Add support to sign and verify all JSON web Tokens #6

Open
dlinsley opened this issue Jan 11, 2019 · 1 comment
Open

Add support to sign and verify all JSON web Tokens #6

dlinsley opened this issue Jan 11, 2019 · 1 comment

Comments

@dlinsley
Copy link
Contributor

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.

@herkalurk
Copy link

herkalurk commented Apr 7, 2023

Has there been any movement on this issue?

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants