Powered by
uhm `supabase.auth.api.signOut(token)` should inva...
# javascript
h
Helge
07/13/2022, 11:41 PM
uhm
supabase.auth.api.signOut(token)
should invalidate the jwt, right? I can still query though with the token after the signOut-call. Response from .signOut() is
{error: null}
which I assume is correct
Previous
Next