PHPackages                             freebuu/authentik-forward-auth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. freebuu/authentik-forward-auth

ActivePackage[Authentication &amp; Authorization](/categories/authentication)

freebuu/authentik-forward-auth
==============================

Authentik forward auth package for Laravel

0.1.1(3mo ago)05MITPHPPHP ^8.1CI passing

Since Feb 8Pushed 2mo agoCompare

[ Source](https://github.com/freebuu/authentik-forward-auth)[ Packagist](https://packagist.org/packages/freebuu/authentik-forward-auth)[ RSS](/packages/freebuu-authentik-forward-auth/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Authentik Forward Auth
======================

[](#authentik-forward-auth)

Laravel guard + user provider for Authentik Forward Auth.

Install
-------

[](#install)

```
composer require freebuu/authentik-forward-auth
```

Simple configuration
--------------------

[](#simple-configuration)

- Read article for [Authentik configuration](https://docs.goauthentik.io/add-secure-apps/providers/proxy/forward_auth/).
- Add a guard + provider to `config/auth.php`:

```
// config/auth.php

'guards' => [
    //...other guards
    'authentik' => [
        'driver' => 'authentik',
        'provider' => 'authentik_generic',
    ],
],

'providers' => [
    //...other providers...
    'authentik_generic' => [
        'driver' => 'eloquent_authentik',
    ],
],
```

All done, you can now use the guard as `auth:authentik` in middlewre.

With this configuration you receive [AuthentikUser](src/Entity/AuthentikUser.php) from `auth('authentik')->user()`

Eloquent
--------

[](#eloquent)

To be continued...

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance82

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~10 days

Total

2

Last Release

90d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/46676bc740c501a0eaf765875d496f7a19db0009d0fd83f0981d0cad0b8270c2?d=identicon)[freebuu](/maintainers/freebuu)

---

Top Contributors

[![freebuu](https://avatars.githubusercontent.com/u/9998200?v=4)](https://github.com/freebuu "freebuu (15 commits)")

---

Tags

laravelauthentikAuthentik Forward Auth

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/freebuu-authentik-forward-auth/health.svg)

```
[![Health](https://phpackages.com/badges/freebuu-authentik-forward-auth/health.svg)](https://phpackages.com/packages/freebuu-authentik-forward-auth)
```

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M350](/packages/tymon-jwt-auth)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

8359.8M53](/packages/php-open-source-saver-jwt-auth)[laragear/two-factor

On-premises 2FA Authentication for out-of-the-box.

339785.3k8](/packages/laragear-two-factor)[hasinhayder/tyro

Tyro - The ultimate Authentication, Authorization, and Role &amp; Privilege Management solution for Laravel 12 &amp; 13

6712.1k2](/packages/hasinhayder-tyro)[alajusticia/laravel-logins

Session management in Laravel apps, user notifications on new access, support for multiple separate remember tokens, IP geolocation, User-Agent parser

2011.0k](/packages/alajusticia-laravel-logins)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
