auth.signUp doesn't actually return data
and JS Library documentation should be updated
#22349
Closed
AndrewSepic
started this conversation in
General
Replies: 1 comment
-
Ah poop. I was using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Setting up authentication with supabse Auth for the first time I followed the directions to create a user The documentation clearly shows code on the right as follows..
But the destructured
data
object is not actually returned fromauth.signUp()
rather if you are successful, auser
object and asession
object are returned.I believe the documentation for this function in the JS library should be updated to reflect the success response of
auth.signUp
.Beta Was this translation helpful? Give feedback.
All reactions