feat: 添加 JWT 支持与开发环境配置,更新 API 路由与中间件

This commit is contained in:
2026-05-08 14:41:01 +08:00
parent bbf58cb076
commit 9f8080cefe
18 changed files with 383 additions and 14 deletions

View File

@@ -10,6 +10,7 @@
"license": "MIT",
"require": {
"php": "^8.3",
"firebase/php-jwt": "^6.11",
"laravel/framework": "^13.7",
"laravel/tinker": "^3.0"
},
@@ -87,4 +88,4 @@
},
"minimum-stability": "stable",
"prefer-stable": true
}
}