feat(webui): handle auth via websocket #2226

Merged
Sainan merged 4 commits from webui-auth-redux into main 2025-06-21 07:26:44 -07:00

4 Commits

Author SHA1 Message Date
80d06bca35 improve behaviour when logging out of webui
All checks were successful
Build / build (pull_request) Successful in 1m8s
2025-06-21 14:27:35 +02:00
4d972f2ead handle login failure when revalidating authz
All checks were successful
Build / build (pull_request) Successful in 49s
2025-06-21 05:06:05 +02:00
21d46d3caa add typings for outgoing ws messages
All checks were successful
Build / build (pull_request) Successful in 1m19s
2025-06-21 04:08:12 +02:00
e151f97380 feat(webui): handle auth via websocket
All checks were successful
Build / build (pull_request) Successful in 48s
Now when logging in and out of the game, the webui is notified so it can refresh the nonce, removing the need for constant login requests to revalidate it.
2025-06-21 03:35:16 +02:00