To generate a new JWT, the following steps must be followed:
- Go to a website to generate JWTs. For example, Online JWT Builder - Jamie Kurtz
- Use the api_token and the id_token provided by B-FY.
- Set the duration in the standard_jwt_claims section.
- Put the id_token as the key in the additional_claims section and the uuid as the value.
- In the signed json webtoken section, put the api_token as the key.