﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/169" rel="self" type="application/rss+xml" />
        <title><![CDATA[JWT authentication using Laravel middleware]]></title>
        <description><![CDATA[<p>Security is crucial in web development, and one widely used method for securing APIs and web applications is JSON Web Token (JWT) authentication. Laravel, a powerful PHP framework, offers robust support for JWT authentication, making it a popular choice among developers. In this guide, we'll explore the intricacies of JWT authentication in Laravel, from grasping the basics of JWT to implementing token decoding within Laravel middleware.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/169/jwt-authentication-using-laravel-middleware]]></link>
        <pubDate>Mon, 13 May 2024 08:45:08 +0000</pubDate>
        <language>en</language>
        <category>uncategorized</category>

        <image>
            <title>jwt-authentication-using-laravel-middleware</title>
            <link><![CDATA[https://www.hibit.dev/posts/169/jwt-authentication-using-laravel-middleware]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2024/headers/jwt_auth.png]]></url>
            <width>200></width>
            <height>200></height>
        </image>
    </channel>
</rss>
