supabase-custom-claims
supabase-custom-claims copied to clipboard
How to implement custom claims with Supabase
# Bug report ## Describe the bug After upgrading to Postgres 15 an `rpc` call to `get_claims` gives the following response: ``` { error: null, data: { error: 'access denied'...
# Improve documentation ## Link RPC section of the readme. https://github.com/supabase-community/supabase-custom-claims#getting-claims-data-from-the-server ## Describe the problem I can run the functions on the database in the supabase SQL editor. But when...
First off - thanks for this library! ## What kind of change does this PR introduce? Security fix. ## What is the current behavior? The `is_claims_admin` function always returns `true`....
# Bug report ## Describe the bug Hello, First of all, thank you very much for this great script that helps me manage the admin part of my App! I...
## What kind of change does this PR introduce? Security fix. ## What is the current behavior? Supabase Security Advisor suggests to set `search_path` to an empty string. See: *...