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"}とのこと。