0.0.1-beta • Published 5 months ago

@dbcdk/decrypt-jwt-token v0.0.1-beta

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Decrypt-jwt-token

This script is used to inspect the content of JWT/JWE tokens generated by the next-auth framework as used by DBC. See next-auth general documentation here: https://next-auth.js.org/

To inspect a token, run:

npx --yes @dbcdk/decrypt-jwt-token@latest <secret> <token>

Where <secret> is your next-auth secret, and <token> is a next-auth session token generated by your application and stored in a browser.

Result: The script prints the content of the decoded token

0.0.1-beta

5 months ago

0.0.1-alpha

5 months ago