摘要: 一,相关文档: https://learnku.com/docs/laravel/10.x/session/14855 二,配置session 文件:config/session.php 'driver' => env('SESSION_DRIVER', 'file'), //session驱动,默 阅读全文
posted @ 2023-11-01 12:22 刘宏缔的架构森林 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 一,相关文档: https://www.php.net/manual/zh/function.password-hash.php 二,php代码: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 /* *测试用bcr 阅读全文
posted @ 2023-11-01 12:20 刘宏缔的架构森林 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 一,安装第三方库 1,官方代码站: https://github.com/lcobucci/jwt 文档地址: https://lcobucci-jwt.readthedocs.io/en/latest/ 2,用composer安装 liuhongdi@lhdpc:/data/laravel/dig 阅读全文
posted @ 2023-11-01 07:49 刘宏缔的架构森林 阅读(262) 评论(0) 推荐(0) 编辑