PHPackages                             lzpeng/gaara-hyperf-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. lzpeng/gaara-hyperf-jwt

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

lzpeng/gaara-hyperf-jwt
=======================

gaara-hyperf jwt authentication extension.

v1.0.1(1mo ago)10MITPHPPHP &gt;=8.1

Since Apr 16Pushed 1mo agoCompare

[ Source](https://github.com/liuzhanpeng/gaara-hyperf-jwt)[ Packagist](https://packagist.org/packages/lzpeng/gaara-hyperf-jwt)[ RSS](/packages/lzpeng-gaara-hyperf-jwt/feed)WikiDiscussions master Synced today

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

Gaara Hyperf JWT
================

[](#gaara-hyperf-jwt)

[English](README.en.md)

Gaara Hyperf JWT 是一个面向 API 场景的 JWT 认证扩展，用于在 Gaara Hyperf 中快速接入 Access Token 与 Refresh Token 机制。它内置 JWT 认证器、登录成功处理器、刷新令牌管理与可自定义响应能力，适合需要无状态认证、短期访问令牌和安全刷新流程的项目使用。

安装
--

[](#安装)

```
composer require lzpeng/gaara-hyperf-jwt
```

快速开始
----

[](#快速开始)

配置示例：

```
