Live data from Hacker News

Viewing profile — BuySomeDip

BuySomeDip

HN member
Joined
Wed, Dec 14, 2022, 4:01 PM UTC
HN karma
5
Public activity
6 items

About BuySomeDip

Auth at Supabase. It's a weird username I know.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. comment
  5. 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…

  6. 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.