Sign out
The signOut
method simply revokes the session on the frontend and backend.
signOut
function#
The - Via NPM
- Via Script Tag
import SuperTokens from 'supertokens-website';
SuperTokens.signOut();
supertokens.signOut();
The signOut
method simply revokes the session on the frontend and backend.
signOut
function#import SuperTokens from 'supertokens-website';
SuperTokens.signOut();
supertokens.signOut();