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

Refactor Username & password auth validations #1566

Closed
infomiho opened this issue Nov 9, 2023 · 0 comments · Fixed by #1569
Closed

Refactor Username & password auth validations #1566

infomiho opened this issue Nov 9, 2023 · 0 comments · Fixed by #1569
Labels
auth enhancement New feature or request

Comments

@infomiho
Copy link
Contributor

infomiho commented Nov 9, 2023

Username & password validations are performed through soon to be deprecated Prisma middleware. We should find a way to move the validations that are performed.

On the other hand, email validation is done in the Express routes and we should think how we can unify the two different validation "systems".

Related #1358

@infomiho infomiho added enhancement New feature or request auth labels Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant