basejump icon indicating copy to clipboard operation
basejump copied to clipboard

Teams, personal accounts, permissions and billing for your Supabase app

Results 20 basejump issues
Sort by recently updated
recently updated
newest added

I couldn't find the API to delete a team account on base jump docs. Please help me out.

I am trying to write a multi-tenant program. It could have users in multiple projects, therefore I need to get the currently selected team/user so I can know which data...

``` $ SUPABASE_AUTH_TOKEN='xxx' $ curl https://self-hosted-supabase/rest/v1/rpc/create_account \ -X POST \ -H "Authorization: Bearer $SUPABASE_AUTH_TOKEN" \ -H "apikey: $SUPABASE_AUTH_TOKEN" \ -H "Content-Type: application/json" \ -d '{"name": "Team name", "slug": "team-slug"}' $...

Hey there, first of all, this project is amazing - thanks for your work on this! Keep going! 👍 I'm wondering how I can accomplish the following: 1. How I...

For my current projects I have to remove the feature to automatically create a "personal" space on user creation. This merge request contains mainly: 1. an extra boolean field for...

I'm trying to add in a value to a table that I made by generating a table with Basejump npx command. But I can't figure out how to populate the...

Running `supabase db reset --linked` fails with this error: ``` ERROR: cannot drop schema basejump because extension basejump-basejump_core requires it (SQLSTATE 2BP01) At statement 0: DROP SCHEMA IF EXISTS basejump...

I'm looking into how to `Default users into a free plan`. The docs for setting up stripe (https://usebasejump.com/docs/billing-stripe) suggest that this setting is in the basejump.config table but that table...

Hey there, thanks so much for this awesome project! We've released some official guidance around custom claims & RBAC using the new Auth Hooks approach: https://supabase.com/docs/guides/auth/custom-claims-and-role-based-access-control-rbac Would love if you...

It would be good if the `basejump.invitations` had a reference to the user who has been invited. There are two reasons why this could be useful: 1. With a constraint,...