<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>JWT Authentication Tutorial - Node.js</title>
        <link>https://peertube.lagbag.com/videos/watch/052da11f-e117-4d4f-a8ea-87efa07f5387</link>
        <description>Become a web developer with my FREE Web Development Roadmap - 260+ videos, 120+ projects, 60+ articles 👉 https://webdevsimplified.com/web-dev-roadmap.html JSON web tokens are one of the more popular ways to secure applications, especially in micro-services, but JWT is much more complex than a simple session based user authentication. In this video I will be breaking down exactly how to set up authentication with JWT and how to ensure the authentication is secure. I will also be showing how to setup refresh tokens with JWT so that your application is even more resilient and secure. Lastly, I will show how to invalidate refresh tokens which is the ultimate last step in securing an application. 📚 Materials/References: User Authentication Video: https://youtu.be/Ud5xKCYQTjM JWT Explained Video: https://youtu.be/7Q17ubqLfaM GitHub Code: https://github.com/WebDevSimplified/JWT-Authentication 🧠 Concepts Covered: Creating Node.js authentication middleware, Using refresh tokens with JWT, Authenticating users with JWT, Invalidating refresh tokens to log users out, How to use JWT securely, 🌎 Find Me Here: 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 #JWT #WDS #Authentication</description>
        <lastBuildDate>Tue, 07 Apr 2026 18:44:05 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://peertube.lagbag.com</generator>
        <image>
            <title>JWT Authentication Tutorial - Node.js</title>
            <url>https://peertube.lagbag.com/client/assets/images/icons/icon-512x512.png</url>
            <link>https://peertube.lagbag.com/videos/watch/052da11f-e117-4d4f-a8ea-87efa07f5387</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://peertube.lagbag.com/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://peertube.lagbag.com/feeds/video-comments.xml?videoId=052da11f-e117-4d4f-a8ea-87efa07f5387" rel="self" type="application/rss+xml"/>
    </channel>
</rss>