#end-to-end-encryption
Read more stories on Hashnode
Articles with this tag
For normal websites, when you signup, you need to send your email and plaintext password to the backend, then the backend hashes the password and...
I use jwt token to protect my backend endpoints, it works this way: Users log in with username and password, and they get a refresh token (valid for...