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
Description
By default, the handler for /api/auth/verify/{token} returns an internal server error (500) if the token cannot be found.
/api/auth/verify/{token}
To Reproduce
Use default SaaS template. Make a GET request like:
curl localhost:9000/api/auth/verify/asdasdkad
Expected Behavior
Shouldn't this be a bad request (400)?
The text was updated successfully, but these errors were encountered:
Yes, you're right. We will fix it.
Sorry, something went wrong.
Mind if I put up a PR?
Sure, go for it. The changes should be made in here. And align the tests here
No branches or pull requests
Description
By default, the handler for
/api/auth/verify/{token}
returns an internal server error (500) if the token cannot be found.To Reproduce
Use default SaaS template.
Make a GET request like:
Expected Behavior
Shouldn't this be a bad request (400)?
The text was updated successfully, but these errors were encountered: