Auth Does NOT Have To Be Hard (Дата оригинальной публикации: )

One of the scariest things to work on is auth and permissions. If you mess one thing up you code destroy your entire company, leak user data, or cost your company millions of dollars, but auth doesn’t have to be scary. In this video I talk about how auth works at a high level, go over examples of working auth, and finally show you how to implement the features talked about in this video in a real server. 📚 Materials/References: Password Authentication Video: PassportJS Authentication Video: HTTP Status Codes Video: JWT Explanation Video: JWT Implementation Video: 🌎 Find Me Here: My Blog: My Courses: Patreon: Twitter: Discord: GitHub: CodePen: ⏱️ Timestamps: 00:00 - Introduction 00:38 - Authentication vs Authorization 01:59 - How Authentication Works 03:57 - How Authorization Works 04:52 - Server vs Client Validation 06:45 - Live Example 09:13 - Code Example #Auth #WDS #Authentication
Back to Top