📄️ Add Auth Support to API
Authentication is also a crucial part of any API or Backend. In order to add authentication support to our API first we have to create a role for which all authenticated users will belong to.
Authentication is also a crucial part of any API or Backend. In order to add authentication support to our API first we have to create a role for which all authenticated users will belong to.
There are two ways to add an authenticated users (Registered Users) on your Project
The only way to test an authenticated users is via API
Login token is equivalent to API_SECRET in Apito. Those token could be used alternatively with each other. The main difference between those thow is how they are generated