supertokens-node
supertokens-node copied to clipboard
Initialise non auth recipes by default when supertokens.init is called
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