When using the Supabase auth sign in and sign up APIs, should we be sending encrypted passwords or does Supabase encrypt for us? I'm not seeing anything in the docs about whether or not we should worry about that from the application level.
s
silentworks
11/18/2021, 12:59 PM
This should be plain text password that you send, the hashing happens on the server side