FeatureFuel
1

Validate sign up against existing users

Source: directus/directus#25706 · opened by @chrisbosh12345
Summary Instead of allowing all requests if entered correctly, Directus should check if a User already exists with the same email address. Basic Example Sign up with: { "email": "[email protected]", "password": "Start123!", "first_name": "test", "last_name": "user" } Response 204 No Content But if another User signs up with: { "email": "[email protected]", "password": "Start123!", "first_name": "user", "last_name": "test" } Still response 204 No Content even though someone already registered with the same email Motivation It improves API usability and removes reduntant workarounds. Detailed Design When a user is already registered with an email, directus should respond with something like 409 Conflict - User already registered. It can also be something more inconspicuous…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests