Hi, I know there is a invite only flow in the blog...
# support-questions-legacy
t
Hi, I know there is a invite only flow in the blog, but this is not what I need. I need to create invite token and give them to persons by analog mail (I dont have an email address). The person needs the token to register in the emailpassword recipe. Is there a way to handle the token creation inside supertokens? Currently I run a extra script and safe the token and metadata to a second database. During registration I check the token. My goal is to avoid the second database
2 Views