feat(auth): 添加设备在线状态上报和UUID功能

添加设备UUID生成和存储功能,实现设备在线状态上报API
新增oauth_report_online和oauth_get_device_uuid命令
优化OAuth token处理流程,支持JWT格式解析
This commit is contained in:
Yukino_fox
2026-04-13 20:59:55 +08:00
parent 90fe00d119
commit c58ae5c731
5 changed files with 228 additions and 12 deletions
+2
View File
@@ -84,6 +84,8 @@ pub fn run() {
oauth_introspect_token,
oauth_start_callback_server,
oauth_stop_callback_server,
oauth_report_online,
oauth_get_device_uuid,
theme_list,
theme_current,
theme_set,