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?
16 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?
is this still an ongoing issue for you? I am right now in the middle of implementation and trying to figure out if SIWE is supported
i've managed to make it work with solana on a project from a week or so ago, but rn working on a project that is based on L2 evm network and im getting really crazy stuff
We had gotten it to work, but our flow wasn't supported. We want the user to either
1. start with email, then link a wallet to that identity
2. start with wallet then link email
2. works, but 1. does not. We are migrating to use Openfort instead (privy alternative thats open source which is nice)
yeah i saw privy having mad pricing for DAU, they limit you quite a bit
by the way was the issue with
SIWE on locally ran supabase stacks an easy fix? Their docs seem to be wrong as far as im seeing iti am unsure what the issue was, another dev on the team ended up doing that part.
but supabase docs do suck, so i would not be suprised