Stojan Dimitrovski
Stojan Dimitrovski
PostgreSQL does not have such a system built in. If you want to prevent users from updating certain columns on rows you can define functions that do the `UPDATE` commands,...
Yes no problem, haven't gotten around to this yet but will move them over don't worry!
@javierguzman You are allowed to write down `exp://...` in the redirect URLs.
Hey everyone, there's been quite a bit of changes in the v2 library regarding this. The flow is now well described in our [Server-Side Rendering](https://supabase.com/docs/guides/auth/server-side-rendering) document so please take a...
Closing this issue as 502 errors are typically transient and there has been no activity on this issue.
Please [open a support ticket](https://app.supabase.com/support/new) if you need immediate help with a project. Issues on this repository are for API bugs and enhancements only.
@pixtron It will work, the method is still there. https://supabase.github.io/gotrue-js/v2/classes/GoTrueClient.html#initialize
If you are using Supabase Auth on a non-browser environment where there's no `localStorage` you need to provide an alternative storage provider using the [`storage` option](https://supabase.github.io/gotrue-js/v2/modules.html#GoTrueClientOptions). Unfortunately, to keep compatibility...
Fixed in: https://github.com/supabase/gotrue/pull/825
I believe this has been recently addressed. Please use the latest v2 library.