How do I use Access Tokens generated on the supabase admin?
I want to authenticate an API so that I don't have to use the user's credential, but a first-class API credential to talk to supabase. The only "token generation" I could find in the admin is in https://app.supabase.com/account/tokens. Now that I have generated a token, however, I have no ideia how to actually use this, and can't seem to find any mention of it in docs. Even my google-fu has failed me. What am I missing? How do I create a supabase client that uses this token to communicate? Or create a JWT from this token?
