add user session reclaiming
In its current state the implementation should allow a user to resume their session if the websocket connection is reset, for whatever reason. This could be expanded to allow session sharing (multiple agents logging in to the same client), or manual session resume via some sort of password (encode uid & key to some pass-phrase kinda thing, or QR code).
This commit is contained in:
parent
476f3d7a49
commit
4908b1fc6e
10 changed files with 376 additions and 77 deletions
|
|
@ -1,3 +1,3 @@
|
|||
export default {
|
||||
wsurl: "wss://quiz.dumpr.org:443",
|
||||
wsurl: "wss://quiz.dumpr.org:443/quiz",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue