supabase / auth-js

An isomorphic Javascript library for Supabase Auth.
MIT License
318 stars 152 forks source link

fix: Revert "fix: `getUser` returns null if there is no session (#876)" #889

Closed J0 closed 2 months ago

J0 commented 2 months ago

This reverts commit 6adf8caa4ca803e65f943cc88a2849f5905a044a.

Revert check for access token before fetching user. While potentially beneficial, we'll need to update our guides and address a few other issues before we can proceed with this change