Hi everyone, I'm implementing supertokens with Nest.JS but I can't find any information about how to...
m
Hi everyone, I'm implementing supertokens with Nest.JS but I can't find any information about how to add a dashboard in Nest.JS. Just adding recipeList into AuthModule doesn't help even if I add ts-ignore. Did someone have set up a dashboard with Nest.js and can help me?
r
Hey @morgot4725
I think you need to add this in the supertokens.init. Wherever you are initing other recipes.
m
Oh, it worked. Thank you so much😀
4 Views