supertokens-node icon indicating copy to clipboard operation
supertokens-node copied to clipboard

Initialise non auth recipes by default when supertokens.init is called

Open rishabhpoddar opened this issue 3 years ago • 0 comments

Recipes like:

  • User roles
  • user metadata

Should be initialised on supertokens.init as opposed to making the user initialise them. We can add extra config values to supertokens.init which can get passed into these sub initialisations, and we can even provide a way to disable them

rishabhpoddar avatar Jun 21 '22 06:06 rishabhpoddar