supabase-custom-claims icon indicating copy to clipboard operation
supabase-custom-claims copied to clipboard

How to implement custom claims with Supabase

Results 5 supabase-custom-claims issues
Sort by recently updated
recently updated
newest added

# 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'...

bug

# 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...

documentation

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...

bug

## 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: *...