auth
auth copied to clipboard
fix error described in issue #1940 by making all tokens DEFAULT ''
fix: make all auth.users tokens fields default empty
fix error authenticating users created via sql functions. the issue causes token generation to fail during the user lookup due to an sql error
https://github.com/supabase/auth/issues/1940