On Mon, Apr 16, 2018, 10:07 YT <[email protected]> wrote: > Follow up Question: > > I am able to login to guacamole-client by specifying the token in the URL > as > in the following example, however, it does not log me out after the time > has > expired.
The expiration timestamp has no bearing on session duration. It affects only whether the JSON itself is accepted. From the README [1]: "expires - The absolute time after which the JSON should no longer be accepted, even if the signature is valid, as a standard UNIX epoch timestamp with millisecond resolution (the number of milliseconds since midnight of January 1, 1970 UTC)." - Mike [1] https://github.com/glyptodon/guacamole-auth-json/blob/master/README.md
