Skip to content

Commit

Permalink
fix: verified cookie now valid forever
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Nov 7, 2023
1 parent 3936e56 commit a7e1cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/current_authority_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def current_authority
SECRET = Rails.application.secrets.secret_key_base

def configure_asset_access
session_valid = 20.years.from_now
session_valid = 19.years

data = SecureRandom.hex(8)
digest = OpenSSL::Digest.new('sha256')
Expand Down

0 comments on commit a7e1cad

Please sign in to comment.