This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
I want to query the twitter handle of a user who's signed in with twitter
Describe the solution you'd like
JS API has auth.admin which takes the service key and is able to return auth stuff
https://supabase.com/docs/reference/javascript/admin-api
Describe alternatives you've considered
Writing a middleware with JS and cloudflare worker
Additional context
I've tried to use the regular from_ but the auth schema is not exposed via API