Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 309 Bytes

File metadata and controls

6 lines (5 loc) · 309 Bytes

Decrypt-NextAuth-JWE-getToken

Implements the getToken() method from NextAuth.js in other languages. Example use case - Get the token payload of a JWE on a subdomain API server running Python.

Common Questions

How to get a NextAuth JWT in Python?

How to use NextAuth JWTs with a Python API?