Elias
Elias6mo ago

Convex auth + Electron

Have anyone tried to implement Convex auth in electron?
3 Replies
Convex Bot
Convex Bot6mo ago
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!
Elias
EliasOP6mo ago
I have managed to integrate password and email registration using React (electron) and the original documentation but Oauth does not work because it needs a browser window for the authentication process.
Suzanna
Suzanna3mo ago
How did you get the auth to work? I somehow can Sign In, but the Hooks never say that I am authenticated no matter what I do. I do however get the JWT and all the data in the local storage.

Did you find this page helpful?