lib/generators/g5_authenticatable/install/templates/initializer.rb in g5_authenticatable-0.9.1.pre.2 vs lib/generators/g5_authenticatable/install/templates/initializer.rb in g5_authenticatable-1.0.0.pre.1

- old
+ new

@@ -1,4 +1,6 @@ +# 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