struct

KemalIdentity::Accounts::RememberTokenReplayed

Inherits Struct < Value < Object

An already-spent remember-me token was presented again, and the family it belonged to has been revoked.

The most important message here, and the only one that reports a suspicion rather than an action the user took. A remember-me token is single-use, so a second presentation means two parties held it — which is what a stolen cookie looks like from the server's side. Which party was the thief is unknowable, so both were signed out.

Send it. It may be the only way somebody learns their laptop cookie was copied.

Constructors

new(account_id : String, login : String, family_id : String, at : Time)
Source

Instance methods

account_id
Source
family_id
Source
login
Source