GoTrue
supabaseで使っている認証モジュールがnetlify/gotrue: An SWT based API for managing users and issuing SWT tokens。
supabaseのAPIでGoは提供されてないので、直接たたけないか調べてみる。
Architecture | Supabase見ると、/auth
でGoTrueに流されるようだが、Kongの公開ポート54321
経由でhttp://localhost:54321/auth
を叩いても、{"message":"no Route matched with those values"}
とのこと。