Skip to content
New issue

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

Error management in USM #34

Open
leodarkseid opened this issue Apr 27, 2023 · 3 comments
Open

Error management in USM #34

leodarkseid opened this issue Apr 27, 2023 · 3 comments

Comments

@leodarkseid
Copy link
Contributor

the repo currently as a const.py module that contains errors. but the r'^user/register$', r'^user/login$',r'^user/sendregisteremail$', and r'^user/login$', all give the same response 200 in most scenarios, even when no data is passed and an error 400 is expected, that makes it a little harder to tell if requests are successful or not

@romain-fontugne
Copy link
Member

Thanks! are you planning to fix this?

@leodarkseid
Copy link
Contributor Author

Yes, I will

@leodarkseid
Copy link
Contributor Author

@romain-fontugne not sure if this should be closed as it should be a continuous development, and it will be nice to have automated test to ensure future pull request don't break anything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants