You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would be the best way to store password-like data in Supabase? Specifically I have a user data table indexed by integer user IDs, I'd like to associate some password-like data to each of these users. Would the encryption at rest be enough to just store the password in a string column of this table? Or should I use Vault? Important to note that the "password" itself is custodied by the application in my case, it is not sufficient to store a hash.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What would be the best way to store password-like data in Supabase? Specifically I have a user data table indexed by integer user IDs, I'd like to associate some password-like data to each of these users. Would the encryption at rest be enough to just store the password in a string column of this table? Or should I use Vault? Important to note that the "password" itself is custodied by the application in my case, it is not sufficient to store a hash.
Beta Was this translation helpful? Give feedback.
All reactions