We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
**The problem: Many users report that an error occurs after a few requests, well this error occurs because they do not have a valid user token
**The solution: allow requests only for users who have a valid token, so the user cannot use the API when not logged in
**The alternatives: add valid token to all routes and return invalid token error or try logging in
Additional context in the group it was also commented on improving the generic error message or refactoring the validToken try catch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
**The problem:
Many users report that an error occurs after a few requests, well this error occurs because they do not have a valid user token
**The solution:
allow requests only for users who have a valid token, so the user cannot use the API when not logged in
**The alternatives:
add valid token to all routes and return invalid token error or try logging in
Additional context
in the group it was also commented on improving the generic error message or refactoring the validToken try catch
The text was updated successfully, but these errors were encountered: