﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/281" rel="self" type="application/rss+xml" />
        <title><![CDATA[Custom authentication in Laravel]]></title>
        <description><![CDATA[<p>Laravel ships with a solid authentication system out of the box, and most projects are well served by it. But there are situations where you need to authenticate users against something completely different: a legacy database, an external API, an LDAP server, or some other custom data source. Laravel's authentication system is built around a set of contracts and driver hooks that make this surprisingly straightforward to implement.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/281/custom-authentication-in-laravel]]></link>
        <pubDate>Mon, 27 Apr 2026 08:30:02 +0000</pubDate>
        <language>en</language>
        <category>development</category>

        <image>
            <title>custom-authentication-in-laravel</title>
            <link><![CDATA[https://www.hibit.dev/posts/281/custom-authentication-in-laravel]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2026/04/1/headers/100_laravel_auth.png]]></url>
            <width>200></width>
            <height>200></height>
        </image>
    </channel>
</rss>
