Idris M. Celik
Idris M. Celik
Currently, Supabase automated backups (and Point-In-Time Recovery) only back up the Postgres database. The Supabase Storage (buckets and objects) are not included in these backups. This creates a serious integrity...
Hi the following error occurs in a Svelte 5 repo with runes mode enforced. ``` [plugin:vite-plugin-svelte] node_modules/svelte-lexical/dist/core/plugins/ColumnsLayout/ColumnLayoutPlugin.svelte:39:8 The $ prefix is reserved, and cannot be used for variables and imports...
[AUTH-921](https://linear.app/supabase/issue/AUTH-921) ### Description Sorry for the influx of issues haha. I found another issue limiting flexibility of SAML or even making SAML impossible to use. Currently, the `supabase.auth.signInWithSSO` method for...
Supabase Auth should support passing custom parameters (such as tenant, login_hint, or other provider-specific params) to the OAuth authorization URL directly from the frontend. Alternatively, there should be a way...
### Description I want to make clear that this feature is also missing for SAML2 so definitly check supabase/auth#2271 first, I think that should be prioritized since it's more important...
### Describe the bug ## Problem summary When a client sets custom headers via createClient(..., { global: { headers: { 'x-rls': 'true' } } }), those headers are available on...
Description: It would be highly beneficial to enable seamless syncing between Vault secrets and Edge Function secrets. Currently, secrets stored in Vault cannot be automatically propagated to Edge Functions, which...