📄️ Enable Auth Extension
You can use Auth Extension if your application has a login & signup feature, and your data is protected and only accessible after login.
📄️ Registration API
There are two ways to add an authenticated users (Registered Users) on your Project
📄️ Login API
The only way for a register user to access the protected content is to log in first via api.
📄️ Login Token
Login token is equivalent to API_SECRET in Apito. Those token could be used alternatively with each other.