supertokens-auth-react icon indicating copy to clipboard operation
supertokens-auth-react copied to clipboard

Export supertokens config type

Open rishabhpoddar opened this issue 1 year ago • 0 comments

This can help users create the config in its own function. Something like:

import supertokens from "supertokens-auth-react";
import {SuperTokensConfig} from "supertokens-auth-react/types";
getConfig(): SuperTokensConfig => {
   return { ... }
}

supertokens.init(getConfig())

rishabhpoddar avatar Sep 12 '24 16:09 rishabhpoddar