Missing secrets for secret and publishable keys
Given that we have publishable and secret API keys, and anon + service role API keys are legacy, shouldn't there be edge function secrets for these initialized by default?
Right now, only SUPABASE_ANON_KEY and SUPABASE_SERVICE_ROLE_KEY are there, and they contain the values of the legacy keys. If I want to use the new keys, I need to add secrets myself it seems
What is the guidance here? Also, any auth utilities available? Right now I'm doing this myself with a auth.ts I wrote, but not very comfortable with this setup...
Right now, only SUPABASE_ANON_KEY and SUPABASE_SERVICE_ROLE_KEY are there, and they contain the values of the legacy keys. If I want to use the new keys, I need to add secrets myself it seems
What is the guidance here? Also, any auth utilities available? Right now I'm doing this myself with a auth.ts I wrote, but not very comfortable with this setup...