multi_tenancy
multi_tenancy copied to clipboard
Sample multi-tenant Rails application using PostgreSQL's Row Level Security (RLS)
Results
2
multi_tenancy issues
Sort by
recently updated
recently updated
newest added
Just commenting for others: the original migration fails because the policy in the article migration expects the postgres custom var for session.tenant_id to exist in postgres. Added: execute "set session.tenant_id...
Hi! The Id's of the user should be unguessable. Right now the ids are enumerable This way someone could overtake another user by having a random user_id injected. In our...