YueGuobin a79bc7dd20
feat: Add API Key support for MCP authentication
- New db model: api_keys table with bcrypt-hashed keys
- New API: POST/GET/DELETE /v3/access/api-keys endpoints
- MCP _resolve_token: validates API keys, resolves to 5-min JWT
- API keys inherit the creating user's RBAC permissions
- MCP auth supports both JWT (24h) and API key (permanent) tokens
2026-06-11 22:54:03 +08:00
..
2023-08-04 18:20:06 +10:00
2021-09-04 15:23:25 +09:30
2023-08-21 21:32:23 +10:00
2026-03-17 21:43:48 +08:00
2023-09-07 17:31:11 +07:00
2023-09-02 18:15:00 +07:00