JavaScript: Retrieve a user | Supabase Docs (original) (raw)

Gets the current user details if there is an existing session. This method performs a network request to the Supabase Auth server, so the returned value is authentic and can be used to base authorization rules on.

(Optional)
Takes in an optional access token JWT. If no JWT is provided, the JWT from the current session is used.