Sha256: d88a32dfd1ebad42446e5ae3e8f79eeff8d781ba2727183a3c262650aa327f81
Contents?: true
Size: 424 Bytes
Versions: 51
Compression:
Stored size: 424 Bytes
Contents
# Enable strict token validation to guarantee that an authenticated # user's access token is still valid on the global auth server, at the # cost of performance. When disabled, the user's access token will # not be repeatedly validated, but this means that the local # session may persist long after the access token is revoked on the # auth server. Disabled by default. # # G5Authenticatable.strict_token_validation = true
Version data entries
51 entries across 36 versions & 1 rubygems