So, i ran into a "problem". I want to implement a ...
# support-questions-legacy
e
So, i ran into a "problem". I want to implement a post signup callback on NestJS to add create the user in my own database and assign roles to them. But the way i need to initialize supertokens in a static method context don't allow for injecting the database service. Do you have any thoughts about this? (Implementation i followed: https://supertokens.io/docs/emailpassword/nestjs/guide)