#Adding GitHub OAuth to convex-lucia-auth without SSR or Cookies
4 messages · Page 1 of 1 (latest)
@faint forum How can I add GitHub OAuth to convex-lucia-auth, given that I don't have SSR and cannot use cookies? I must rely on local storage. Side note, I'm using svelte.
Let me check the knowledge base for you. One moment! :books:
Based on the information provided in the knowledge sources, Convex does support OAuth integration via Lucia. However, the specifics of how to add GitHub OAuth to convex-lucia-auth are not detailed in the provided sources.
For Svelte, it's mentioned that the built-in auth support might be less polished than for React for some time, as everything takes time to build.
As for using local storage instead of cookies, the sources do not provide specific information on how to achieve this with Convex and Lucia.
For more detailed instructions, you might want to refer to the Lucia OAuth docs (https://lucia-auth.com/oauth) and the GitHub repo (https://github.com/get-convex/convex-lucia-auth-demo) for the Convex Lucia auth demo.