PHPackages                             korodo/jwt-guard - 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. korodo/jwt-guard

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

korodo/jwt-guard
================

JWT Guard for Laravel 5.4 below

0.2.2(6y ago)2131MITPHPPHP &gt;=5.6

Since Aug 27Pushed 6y agoCompare

[ Source](https://github.com/evans-kim/jwt-guard)[ Packagist](https://packagist.org/packages/korodo/jwt-guard)[ RSS](/packages/korodo-jwt-guard/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (3)Used By (0)

JWT Guard
=========

[](#jwt-guard)

> tymon/jwt-auth:0.5\* 패키지에 라라벨 커스텀 AuthGuard 드라이버를 추가하는 포크 입니다. 라라벨 5.4 미만에서 'jwt' 드라이버를 설정하면 auth() 헬퍼 함수 등을 사용할 수 있습니다.

> This is a fork of tymon/jwt-auth:0.5\* package to support AuthGuard custom driver. Below Laravel 5.4, It help you using `auth('api')` helper or `middleware('auth:api')`before use this please watch Laravel Document then check how to change auth driver.

### Install

[](#install)

```
composer require tymon/jwt-auth korodo/jwt-guard:dev-master
```

### Register Service Providers

[](#register-service-providers)

config/app.php

```
    'providers'=>[
        ...
        App\Providers\RouteServiceProvider::class,
        \Tymon\JWTAuth\Providers\JWTAuthServiceProvider::class,
        \Korodo\JWTGuard\JWTGuardServiceProvider::class,
        ...
    ]
```

config/auth.php

```
'guards' => [
    ...
    'api' => [
        'driver' => 'jwt', // it was token
        'provider' => 'users',
    ],
    ...
],
```

```
php artisan jwt:generate
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~0 days

Total

2

Last Release

2451d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29147681?v=4)[evanskim](/maintainers/evanskim)[@Evanskim](https://github.com/Evanskim)

---

Top Contributors

[![evans-kim](https://avatars.githubusercontent.com/u/25667826?v=4)](https://github.com/evans-kim "evans-kim (3 commits)")[![yupmin](https://avatars.githubusercontent.com/u/880878?v=4)](https://github.com/yupmin "yupmin (1 commits)")

---

Tags

auth-guardscustom-driverlaravel-authenticationlaravel54php56

### Embed Badge

![Health badge](/badges/korodo-jwt-guard/health.svg)

```
[![Health](https://phpackages.com/badges/korodo-jwt-guard/health.svg)](https://phpackages.com/packages/korodo-jwt-guard)
```

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M350](/packages/tymon-jwt-auth)[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k89.8M1.0k](/packages/spatie-laravel-permission)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

8359.8M53](/packages/php-open-source-saver-jwt-auth)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[laragear/two-factor

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

339785.3k8](/packages/laragear-two-factor)

PHPackages © 2026

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