YouTube doesn't want you know this subscribers secret
Get Free YouTube Subscribers, Views and Likes

Authentication on the Web (Sessions Cookies JWT localStorage and more)

Follow
Code Realm

In this video, we will cover the fundamentals of user authentication in modern web applications and websites. In particular, we will explore stateful (sessionbased) and stateless (tokenbased) auth, and examine cookies, JWT, and client storage in close detail. We will also touch on security aspects inherent with each authentication scheme and lay out practical strategies for implementing authentication in singlepage apps and RESTful APIs.

This episode is also a companion for the MERN stack series where we build a GraphQL API server with a React frontend    • MERN Stack & GraphQL  #1 Intro to Gr...   You will find however that the general principles in this presentation apply to many programming languages (Ruby, Python, PHP, JS) and frameworks (Rails, Django, Laravel, Express) on the web.

My intention with this presentation is to give you a bird's eye view of the popular authentication schemes, and lay the theoretical groundwork for the upcoming implementation tutorials with Node.js. Hopefully, this video will clear up some of the common questions or uncertainties revolving around user auth. Let me know down below if you found it useful. I'll see you devs soon.

Markdown presentation with resources and links on GitHub https://github.com/alex996/presentations

posted by CydayCitambumyy