Full Stack Apps on AWS Full Stack Apps on AWS Lesson 5 User Authentication and Security: Storing Passwords on our Clients
Sessions, JWTs, and Environment Variables
Our client can be a web browser or another server. In either of these cases, we need to send some authentication information along with each request.
On our web browser, this is most commonly performed by sto...
philipdevblog.hashnode.dev1 min read