issues
search
InquireAI
/
inquire
Inquire is a generalized chatbot ready to handle anything you throw at it.
https://inquire.run
MIT License
3
stars
0
forks
source link
(web) high level auth flow
#4
Closed
ethan-stone
closed
1 year ago
ethan-stone
commented
1 year ago
First user signs up with whatever they that we support via
next-auth
We also create a stripe customer for this user and save the stripe customer data in db
Then user needs to connect their telegram account by using the telegram widget and we save the telegram userId as
telegramId
on the user in db
next-auth
telegramId
on the user in db