what is considered best practice for authenticating an electron app through NextJS+Supabase Auth?
Hey guys, i have a nextJS app that implements supabase auth. I want users in my electron app to be able to press a link, takes them to my website (nextjs app), redirects them back to my app logged in and authenticated. I can't really find the proper docs to do this? I've considered a bunch of stuff like doing an email redirect, deep linking etc. The only thing that worries me is all the talk of PKCE flow, now I can implement a code challenge/verification myself but I haven't done it before and I'd rather not do something related to auth on a production app that I'm not familiar with. Thoughts?
0 Replies