supertokens-auth-react
Version:
ReactJS SDK that provides login functionality with SuperTokens.
8 lines (7 loc) • 474 B
TypeScript
export declare const RECIPE_ID_QUERY_PARAM = "rid";
export declare const TENANT_ID_QUERY_PARAM = "tenantId";
export declare const DEFAULT_API_BASE_PATH = "/auth";
export declare const DEFAULT_WEBSITE_BASE_PATH = "/auth";
export declare const ST_ROOT_ID = "supertokens-root";
export declare const SSR_ERROR =
"\nIf you are trying to use this method doing server-side-rendering, please make sure you move this method inside a componentDidMount method or useEffect hook.";