Sign in with Ethereum
Looks like we have the core functionality for this now
https://github.com/supabase/auth-js/pull/1082
Whats the timeline to get this supported?
12 Replies
This is a user helping user platform and not regularly monitored by the Supabase staff.
Are there any more appropriate channels? Or official channels?
Supabase doesn't give timelines on stuff like this as they normally just launch stuff at launch weeks.
thats unfortunate. Kinda worse to have a "Coming soon..." on the docs, than not having anything. Breeds bad expectations by users (such as myself). Not like we need an exact date. But a rough timeline like is often used (especially for announced features) would be nice.
It has worked for them and most user's don't have a problem with it. You can ask on their GitHub repo and see if you get an answer.
Also I'd assume if it's in the JS library then it should be already available on the platform.
its not as far as i can tell... At least the UI still says "Web3 Wallet (Solana)" only
I mean it's here in their docs page https://supabase.com/docs/guides/auth/auth-web3
yes, if you look closely, you will see the "coming soon" i mentioned.
I was inquiring about ethereum, not solana
Ah I see it now
i mean i am hopeful its soon since its obviously active (PR from two weeks ago). So I'll just wait and check regularly
So a release has been made for it in the auth server, It's just not merged in as yet. https://github.com/supabase/auth/pull/2083
i think this could be a hge feature for them to unlock many devs from web3
nice. I imagine UI and docs updates come after a release. So once that happens we should be rolling
Looks like this "should" be possible now with the documentation being updated for Ethereum. When we tested this though, we are getting an error for ethereum, while solana works.
Anyone gotten this to work yet?