📄️ 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.
If you app contents are protected then you can extend Graphqli to be able to add login and signup functionality for your app users.
You can use Auth Extension if your application has a login & signup feature, and your data is protected and only accessible after login.
There are two ways to add an authenticated users (Registered Users) on your Project
The only way for a register user to access the protected content is to log in first via api.
Login token is equivalent to API_SECRET in Graphqli. Those token could be used alternatively with each other.