?/100

Auth Does NOT Have To Be Hard

December 3, 202263389

Description

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: https://youtu.be/Ud5xKCYQTjM PassportJS Authentication Video: https://youtu.be/-RCnNyD0L-s HTTP Status Codes Video: https://youtu.be/wJa5CTIFj7U JWT Explanation Video: https://youtu.be/7Q17ubqLfaM JWT Implementation Video: https://youtu.be/mbsmsi7l3r4 🌎 Find Me Here: My Blog: https://blog.webdevsimplified.com My Courses: https://courses.webdevsimplified.com Patreon: https://www.patreon.com/WebDevSimplified Twitter: https://twitter.com/DevSimplified Discord: https://discord.gg/7StTjnR GitHub: https://github.com/WebDevSimplified CodePen: https://codepen.io/WebDevSimplified ⏱️ 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

Wheatcha