环境要求:php8.1 、redis、ext-http、ext-redis、ext-openssl、pecl-http
composer require xgbnl/laravel-guard
php artisan guard:install
- 编辑
.env
,配置redis
REDIS_HOST=redis
REDIS_PASSWORD=123456
REDIS_PORT=6379
- 前端使用
记得请求头要这样写:
request.headers['Authorization'] = 'Bearer' + ' ' + getToken() // getToken()是你定义的获取token方法
基于 MIT 开源