Token Details

These details become the required sub and exp claims in the JWT. More information about how to encode these in the SDK documentation.

Your Code

This is an example call to paragon.authenticate that you can use for testing in your code, as long as the token is valid.

// Don't use this in production!
paragon.authenticate(
  'undefined',
  '<error signing JWT>'
)

Unsigned JWT Contents

Given the options you specified above, this is the JWT that needs to be signed.

{
  "iat": 1743289716,
  "exp": 1743293316
}

Paragon User Token / Signed JWT

You can use this token to authenticate with the SDK or to interact with the Connect API.

<error signing JWT>