Skip to content

Instantly share code, notes, and snippets.

View psteinroe's full-sized avatar
👋

Philipp Steinrötter psteinroe

👋
View GitHub Profile
@psteinroe
psteinroe / supabase_api_auth.sql
Created December 13, 2022 10:03 — forked from FelixZY/supabase_api_auth.sql
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.
--