Missing auth docs #3102
howesteve
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks Steve for your feedback! There are a few references to |
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
-
So in https://supabase.io/docs/guides/auth we have:
"When users sign up, Supabase assigns them a unique ID. You can reference this ID anywhere in your database. For example, you might create a profiles table referencing the user using a user_id field." - and no other info available.
It took me a good time to guess those infos are on a separate auth schema:
select * from auth.users;
Please, this should be documented.
Beta Was this translation helpful? Give feedback.
All reactions