Decrypts the content of a Nextauth generated jwt token
npm install @dbcdk/decrypt-jwt-tokenThis 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:
``shell`
npx --yes @dbcdk/decrypt-jwt-token@latest
Where is your next-auth secret, and
Result: The script prints the content of the decoded token