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 'Developers API' section.
- Click on 'Generate Secret Key'.
- 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.