Steam Auth with Supabase auth.
Hi, I'm using supabase and nextjs and my whole site relies on the user signing in using their steam account. I read a article on Medium about how someone managed to accomplish this but I realized it is not up to date. I currently have a edge function which asks the user to sign in through steam and then I receive their steam user data including their steamid. I then sign it to a jwt using the supabase JWT_SECRET but now I am stuck. I am not sure about the best way to implement this with supabase auth and there aren't really any useful docs about this. I'm hoping someone here has some experience with this as it's a key part of my site and it's very important that it be implemented well. Thanks!
1 Reply
Hey @yxxngtai managed to find a solution to this?