PHPackages                             zzstudio/think-jwt - 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. zzstudio/think-jwt

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

zzstudio/think-jwt
==================

The ThinkPHP6+ Jwt Package

v1.0.2(6y ago)1142Apache-2.0PHPPHP &gt;=7.1.0CI failing

Since Nov 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/zz-studio/think-jwt)[ Packagist](https://packagist.org/packages/zzstudio/think-jwt)[ RSS](/packages/zzstudio-think-jwt/feed)WikiDiscussions master Synced 3d ago

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

think-jwt
=========

[](#think-jwt)

Installation
------------

[](#installation)

Use composer to manage your dependencies and download think-jwt:

```
composer require zzstudio/think-jwt
```

### 生成配置

[](#生成配置)

系统安装后会自动在 config 目录中生成 jwt.php 的配置文件， 如果系统未生成可在命令行执行

```
php think jwt:config
```

快速生成配置文件

Example
-------

[](#example)

```
