PHP 的 JWT 包整理 Hyperf 和传统 http 框架
- 【主流、分布式jwt包】Hyperf 使用 JWT 做接口认证
hyperf-jwt 支持单点登录、多点登录、支持注销 token(token会失效)、支持refresh换取新token 失效老token https://github.com/phper666/jwt-auth
- 相关教程
Hyperf 使用 JWT 做接口认证 https://learnku.com/hyperf/t/34608 Hyperf 框架使用 JWT 进行用户认证 https://learnku.com/articles/37501
- 同类产品(不确定是否原创)
hyperf-jwt 支持单点登录、多点登录、支持注销 token(token会失效)、支持refresh换取新token 失效老token
github.com/lphkxd/hyperf-jwt
【学习版】Simple Json Web Token
github.com/qufo/JWT
【参考版】ice-leng/hyperf-jwt
github.com/ice-leng/hyperf-jwt
4.【传统jwt包、Thinkphp和Laravel可以考虑】Hyperf 使用 JWT 做接口认证
firebase/php-jwt
tymon/jwt-auth(laravel用户用的多)
github.com/firebase/php-jwt
5. Laravel使用JWT相关博客
在Laravel中使用lcobucci/jwt
www.jianshu.com/p/9d7e708681a2?tds...
【注释详细】记一次PHP使用firebase/php-jwt
www.jianshu.com/p/42265529009b
【步骤详尽】Laravel使用tymon/jwt-auth实现API用户授权
segmentfault.com/a/119000001757338...
【详尽系统】JWT 完整使用详解
博客:JWT 完整使用详解
本作品采用《CC 协议》,转载必须注明作者和本文链接
推荐文章: