Search
Get Started
S
Supabase
•
4y ago
ven
auth.signOut does not nullify the user object
const { error } = await supabase.auth.signOut()
const { error } = await supabase.auth.signOut()
does not make the user object null
. I can still see the user object
. I am having to explicit set the user object to null
. is this a feature
?
Supabase
Join
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
44,354
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
const { error } = await supabase.auth.signOut()
const { error } = await supabase.auth.signOut()
Similar Threads
client.auth.signInWithPassword() and client.auth.signOut() ERRORS
S
Supabase / help-and-questions
4y ago
auth.signup() with metadata does not return a User
S
Supabase / help-and-questions
3y ago
Cookies not deleting after signout
S
Supabase / help-and-questions
4y ago
await client.auth.signOut() hangs and has no error
S
Supabase / help-and-questions
5mo ago