Hey all, I'm working on Ethereum Wallet based auth...
# ideas-and-suggestions
t
Hey all, I'm working on Ethereum Wallet based authentication based on the Sign In With Ethereum standard. https://eips.ethereum.org/EIPS/eip-4361. Anyone previously try (or crash and burn) while trying to setup an auth flow? Updating with a discussion from supabase/gotrue: https://github.com/supabase/gotrue/pull/282
m
I believe that at this point, especially after reading the last update on the discussion is that you can still use Supabase as the backend, and use API/edge functions, realtime APIs. But you should use something else for auth e.g: https://clerk.dev/blog/introducing-web3-authentication
t
This article has good info, thanks. It's unfortunate that auth has to be handled outside of Supabase considering how well Supabases' tools synergize