Hi,
Please can i know which of the above 2 mentioned auth is better.
I realized that with the (“user auth”) i can let users authorize my app and grab their tokens and then each user can submit 180 queries.
With the ( "app auth ") a user without authorization can execute a query (450 as a limit).
So kindly I need an advice taking into consideration that my project should handle thousands of users.
NB: I tested both and they are working fine but i am seeking for increasing the number of queries/user in case multiple users at a time are using my application.
Regards