修复TOKEN错误的问题
This commit is contained in:
@@ -14,6 +14,7 @@ This plugin adds a user-facing online device dashboard for Xboard.
|
||||
|
||||
- `GET /api/v1/user-online-devices/summary`
|
||||
- `GET /api/v1/user-online-devices/panel-url`
|
||||
- `GET /userstatus`
|
||||
- `GET /user-online-devices/userstatus`
|
||||
- `GET /user-online-devices/panel/{user}` (temporary signed URL)
|
||||
|
||||
@@ -22,4 +23,4 @@ This plugin adds a user-facing online device dashboard for Xboard.
|
||||
- This plugin reuses Xboard's existing real-time device state data from Redis.
|
||||
- In current Xboard releases, plugin development is primarily backend-oriented, so this plugin ships a standalone user-side page instead of patching the compiled SPA bundle directly.
|
||||
- The "online device" count is effectively the number of unique online IPs reported by nodes.
|
||||
- The easiest user entry is now `/user-online-devices/userstatus`, which reads the logged-in browser token and shows the current user's own status.
|
||||
- The easiest user entry is now `/userstatus`, which reads the current Xboard login token and shows the current user's own status.
|
||||
|
||||
Reference in New Issue
Block a user