Viewing profile — BuySomeDip
BuySomeDip
HN member- Joined
- Wed, Dec 14, 2022, 4:01 PM UTC
- HN karma
- 5
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About BuySomeDip
Recent public activity
-
comment
Comment #35558597
I'm struggling to understand your use case here, but here are some thoughts that may be helpful. You can use one Supabase Auth project to do all of your user management. You can us…
-
comment
Comment #35558419
Supabase Auth engineer here. > Question for Supabase: Is it possible to just have a form with username + password and POSTing the login details? Yes this is how basic email+passwor…
-
comment
Comment #35558310
Supabase Auth engineer here. PostgREST only has "static" asymmetric JWT support. It can't load from `/.well-known/openid-configuration` endpoints. We are tracking this internally t…
- comment
-
comment
Comment #35536739
On the Supabase team here as well. Self-hosting is easier said than done. You can do it, but maintaining the infra, scaling, performance, security, updates, downtime, all of that i…
-
comment
Comment #33986484
Hey I'm on the Supabase Auth team. Supabase Auth uses GoTrue, which is a Go server. It's all open-source, so you can self host it as much as you want.