Aller au contenu principal
Version: Next

Introduction

In our system, we use JWT (JSON Web Tokens) for authentication. This involves a process where you, as a user, generate a secret key from our back office, which can then be used to obtain a short-lived access token and a long-lived refresh token. These tokens are essential for authenticating your calls on the developers API.

In this tutorial, we'll walk through the entire authentication process, from generating a secret key to using the tokens for API access.