Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use authenticated cookie options to disable embedding of the expiry information in the cookies #32141

Merged

Commits on Mar 6, 2018

  1. Use authenticated cookie options to disable embedding of the expirati…

    …on in the cookies
    
    We were generating the cookie value with the expiry information embedded what
    makes the value impossible to be read by a Rails 5.1 application.
    
    This option is only useful if you need to share your cookies between
    a Rails 5.1 and a Rails 5.2 application, or if you are still validating
    the deploy and wants to eventually rollback.
    rafaelfranca committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    b25fcbc View commit details
    Browse the repository at this point in the history