Enhancement: Add API endpoint to query Auth user by email #35068
Unanswered
jczstudios
asked this question in
Feature Requests
Replies: 1 comment
|
Hi @jczstudios - Thanks for opening this one, I'm going to move it over to a enhancement discussion so that is does not get missed. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently there's a gap in functionality when handling user registration flows where a user exists in Auth but fails to get registered in public tables.
Current Challenge:
signUpfails after creating Auth user but before creating public table entriesSuggested Solution:
This would enable proper error recovery in registration flows while maintaining security.
Alternative approaches currently suggested:
A standardized API solution would provide better developer experience for this common use case.
All reactions