You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: we will need to verify that the player object id inside the token is valid inside
}}// TODO: we will need to verify that the player object id inside the token is valid inside// moor itself. And really only something with a WorldState can do that. So it's not// enough to have validated the auth token here, we will need to pepper the scheduler/task// code with checks to make sure that the player objid is valid before letting it go
The text was updated successfully, but these errors were encountered:
moor itself. And really only something with a WorldState can do that. So it's not
enough to have validated the auth token here, we will need to pepper the scheduler/task
code with checks to make sure that the player objid is valid before letting it go
moor/crates/daemon/src/rpc_server.rs
Line 997 in 47435a1
The text was updated successfully, but these errors were encountered: