Generate Your Secret Key
To start, you need to generate your secret key. This key will not only serve as the initial step in authentication but also store information about the JWT tokens issued from it. Here's how to do it:
- Log into the back office.
- Navigate to the 'API' section.
- Look for an option to 'Generate Secret Key' and click on it.
- You should receive a secret key. Keep this key safe - you'll need it for the next steps.
My tip
You don't have access to the scopes
that your secret key holds. This is handled internally in the system, retrieving the scope from your user configuration.