mitsuha_aya / jwt
jwt插件包
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mitsuha_aya/jwt
Requires
- php: ^7.2
- ext-json: *
- ext-openssl: *
- illuminate/auth: ^6.2
- illuminate/console: ^6.2
- illuminate/http: ^6.2
- illuminate/redis: ^6.2
- illuminate/routing: ^6.2
- illuminate/support: ^6.2
- symfony/translation: ^4.0
- vlucas/phpdotenv: ^3.3
This package is auto-updated.
Last update: 2025-12-29 03:39:45 UTC
README
#jwt
jwt插件包
0.0.1 开发中
生成的Token若使用了公私钥加密,数据量较大,
如果放在header中,
则服务器需要配置客户端header头的最大大小.
以nginx举例:
client_header_buffer_size 4k
或
large_client_header_buffers 4 4k
所有 命名空间 均以 : MiTsuHaAya 为前缀
所有 env中的值 均以 : MITSUHA_AYA_ 为前缀
所有 控制台命令 均已 : ma- 为前缀
所有 简写 均为 : ma 为前缀
vlucas/phpdotenv : env函数
illuminate/support : ServiceProvider、Arr
illuminate/console : laravel的 Artisan Command
symfony/translation: 为了兼容 illuminate/redis
illuminate/redis : PhpRedis
illuminate/http : 从http head 中 获取Token
illuminate/routing : 注册中间件
illuminate/auth : 注册Guard