Sha256: 4dfc9167f1485b8c9be0561f04cbb677919662b020a22f918241d84939336edd
Contents?: true
Size: 455 Bytes
Versions: 18
Compression:
Stored size: 455 Bytes
Contents
# frozen_string_literal: true # 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
18 entries across 18 versions & 1 rubygems