Skip to content

Pass the token as a JWT

Cicalese requested to merge jwt into main

The token is encoded as a JWT in the auth server, setting the expiration time to 5 minutes after the token request. The JWT is decoded in the test app, but the signature/expiration is not verified.

Merge request reports

Loading