Kumail Hunaid Profile picture
Designing and building for clients; sharing along the way. DM to book a design/code project. Also run https://t.co/WpgCj3sSRu and https://t.co/4eWfzMBSN6
Jan 23, 2023 11 tweets 2 min read
Most engineers don’t understand how #authentication works. Here’s how it works in a few tweets, easy peasy! 👇 A user is authenticated if they carry with them a session token that is valid.

All of authenticating a user is boilerplate around this concept.