chenlin/jwt-helper

this is a simple jwt helper class to help you generate your token by jwt quickly!

Installs: 56

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/chenlin/jwt-helper

1.0.5 2019-11-04 07:28 UTC

This package is auto-updated.

Last update: 2025-10-04 20:39:05 UTC


README

这里需要提供包需要的参数配置信息 ----[laravel框架] ----env配置 key: JWT_SECRET jwt密匙 JWT_ISSUE 发布者 JWT_PERMIT 接受者 JWT_TOKEN_ID token id JWT_LIFE_TIME 过期时间

token校验 根据返回的code 来判断 200 校验成功 202 token过期 500 校验失败