feat: 新增文章分类增/删/改/查接口

This commit is contained in:
2025-01-04 18:09:26 +08:00
parent 82a9cf7899
commit b90cf18d06
15 changed files with 473 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ return [
'private_key' => env('JWT_PRIVATE_KEY'),
'password' => env('JWT_PASSWORD'),
//JWT time to live
'ttl' => env('JWT_TTL', 60),
'ttl' => env('JWT_TTL', 3600),
//Refresh time to live
'refresh_ttl' => env('JWT_REFRESH_TTL', 20160),
//JWT hashing algorithm