PHPackages                             jetcoder/token-login - 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. jetcoder/token-login

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

jetcoder/token-login
====================

A packages for practice jwt&amp;socialite o(∩\_∩)o

v0.01(7y ago)09MITPHP

Since Mar 15Pushed 6y agoCompare

[ Source](https://github.com/Jetcoder926/Jlogin)[ Packagist](https://packagist.org/packages/jetcoder/token-login)[ RSS](/packages/jetcoder-token-login/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

JLogin
======

[](#jlogin)

### 使用

[](#使用)

1. 创建配置文件 **php artisan vendor:publish --provider="Jetcoder\\JLogin\\LoginActServiceProvider"**
2. 修改 config/auth 的配置,用户模型可以修改为自己的

    ```
     'guards' => [
         'web' => [
      'driver' => 'session',
         'provider' => 'users',
      ],
      'api' => [
         'driver' => 'jwt',
         'provider' => 'users',
         ],
      ],

    ```
3. 配置jwt,这里不赘述了.官方已经详细说明
4. 配置.env文件

### 然后就可以用外观来调用了.其实也就简单再封装一下.待优化的.

[](#然后就可以用外观来调用了其实也就简单再封装一下待优化的)

 使用 app('token') 调用jwt
 使用 app('socialite')调用laravel-socialite

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2618d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/394c3d5773f6e42dbbc9b52a07f66d4ceba1338c0971e4dea0bee37de8f2175a?d=identicon)[Jetcoder926](/maintainers/Jetcoder926)

---

Top Contributors

[![LeungChief](https://avatars.githubusercontent.com/u/47552738?v=4)](https://github.com/LeungChief "LeungChief (3 commits)")

### Embed Badge

![Health badge](/badges/jetcoder-token-login/health.svg)

```
[![Health](https://phpackages.com/badges/jetcoder-token-login/health.svg)](https://phpackages.com/packages/jetcoder-token-login)
```

###  Alternatives

[rickycezar/laravel-jwt-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

24117.6k](/packages/rickycezar-laravel-jwt-impersonate)[sametsahindogan/laravel-jwtredis

This package allows JWT-authenticated users to be stored and management in Redis with their roles, permissions, statuses and anything you want.

1221.9k](/packages/sametsahindogan-laravel-jwtredis)[unisharp/laravel-jwt

A jwt package for reisssuing token purpose based on jwt-auth package.

3610.5k1](/packages/unisharp-laravel-jwt)[razorbacks/laravel-shibboleth

Enable basic Shibboleth support for Laravel 5.x

101.4k](/packages/razorbacks-laravel-shibboleth)

PHPackages © 2026

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