custom guest auth
Hi everyone, I want to do a custom guest auth with convex. Basically, the user inputs their name and they are logged in. The way I was thinking is I will create the user's account in db and a token for log in. Not sure how can it work with convex. Can someone help?
2 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
Haven't used it myself, but Convex Auth supports anonymous users: https://labs.convex.dev/auth/config/anonymous#sign-in-anonymously
Anonymous Users - Convex Auth
Authentication library for your Convex backend