Skip to content

Instantly share code, notes, and snippets.

View syntropo's full-sized avatar

Doug Anarino syntropo

View GitHub Profile
@FelixZY
FelixZY / supabase_api_auth.sql
Last active April 30, 2024 09:18
How to configure Supabase (https://supabase.com/) to generate and accept API tokens.
-- Token Based API Access for Supabase
--
-- How to configure Supabase (https://supabase.com/) to generate and accept API tokens.
--
-- (c) 2022 Felix Zedén Yverås
-- Provided under the MIT license (https://spdx.org/licenses/MIT.html)
--
-- Disclaimer: This file is formatted using pg_format. I'm not happy with the result but
-- prefer to follow a tool over going by personal taste.
--