supabase / auth-js

An isomorphic Javascript library for Supabase Auth.
MIT License
321 stars 153 forks source link

feat: add experimental `setLock` method #751

Closed hf closed 11 months ago

hf commented 11 months ago

Adds an API that can be used to dynamically set the locking function on the GoTrueClient. This is useful for testing out various locks on supabase.com/dashboard using feature flags.