Can i save user password in replit database?

I created a simple version of Google OAuth 2.0 that allows users to login to their project using my project, and their username and password are saved in my simple version of Google OAuth 2.0.

1 Like

You probably can as long as you hash the password for extra security.

1 Like

Okay, I did that, but sometimes the passwords don’t match. What should I do about that? hash used (ARGON2I)

1 Like

Check to make sure everything is the same. Any little thing that doesn’t match will mess up the hash.

1 Like

Honestly, Replit’s database is probably secure enough since no one else can actually tell what the URL is except for those with access to said Repl’s shell.

True, but you need that extra security.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.