v
v7mo ago

Question on Convex Auth0 and Lucia OAuth Providers

Does https://docs.convex.dev/auth/auth0 require cookies to be enabled, or does it only use local storage? I can't use cookies at all due to Tauri's custom protocol. Additionally, does the Lucia example already support adding OAuth providers?
Convex & Auth0 | Convex Developer Hub
Auth0 is an authentication platform providing login via
4 Replies
kapa.ai
kapa.ai7mo ago
Hi @v. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- The Convex documentation or the knowledge sources provided do not specifically mention whether Convex's Auth0 integration requires cookies to be enabled or if it only uses local storage. As for Lucia, it is mentioned in a Discord support thread (https://discord.com/channels/1019350475847499849/1197992984935940138) that OAuth providers can be configured via Lucia. However, the specifics of how to add OAuth providers are not detailed in the provided sources. For a more detailed understanding of how Convex's Auth0 integration and Lucia handle cookies and local storage, as well as how to add OAuth providers in Lucia, I would recommend referring to their respective official documentation or reaching out to their support. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai7mo ago
<@911937892471959552> kapa.ai is still learning and improving, please let us know how it did by reacting below
Michal Srb
Michal Srb7mo ago
I am working on an Auth solution that won't require cookies (although OAuth in general does require cookies, but only for the OAuth flow itself, so that should not be affected by anything your app uses).
v
vOP7mo ago
Awesome