auth.user()
Returns the user data, if there is a logged in user.
- JavaScript
- Python
const user = supabase.auth.user()
Examples
Get the logged in user
- JavaScript
- Python
const user = supabase.auth.user()
Returns the user data, if there is a logged in user.