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

encrypted cookie jar #5034

Closed
wants to merge 8 commits into from
Closed

encrypted cookie jar #5034

wants to merge 8 commits into from

Commits on Dec 5, 2011

  1. Configuration menu
    Copy the full SHA
    308c0a7 View commit details
    Browse the repository at this point in the history
  2. EncrytedCookieJar

    Adding an encrypted cookie jar and associated tests. SignedCookieJar
    and EncryptedCookieJar are subclasses of SecretCookieJar, which takes
    care of ensuring the secret it good enough.
    hmcfletch committed Dec 5, 2011
    Configuration menu
    Copy the full SHA
    32feaa3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2012

  1. EncryptedCookieJar

    encrypted cookie data, refractor encrypted and signed cookies jars to
    base off of a secret cookie jar to consolidate secret token validation
    hmcfletch committed Feb 14, 2012
    Configuration menu
    Copy the full SHA
    1b57610 View commit details
    Browse the repository at this point in the history
  2. EncryptedCookieJar tests

    mirroring all SignedCookieJar tests
    hmcfletch committed Feb 14, 2012
    Configuration menu
    Copy the full SHA
    d8fb51f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:hmcfletch/rails

    Conflicts:
    	actionpack/lib/action_dispatch/middleware/cookies.rb
    	actionpack/test/dispatch/cookies_test.rb
    hmcfletch committed Feb 14, 2012
    Configuration menu
    Copy the full SHA
    0454248 View commit details
    Browse the repository at this point in the history
  4. comment typo

    hmcfletch committed Feb 14, 2012
    Configuration menu
    Copy the full SHA
    27df38b View commit details
    Browse the repository at this point in the history
  5. update the CHNAGELOG

    hmcfletch committed Feb 14, 2012
    Configuration menu
    Copy the full SHA
    9cc77c6 View commit details
    Browse the repository at this point in the history
  6. typo

    hmcfletch committed Feb 14, 2012
    Configuration menu
    Copy the full SHA
    6842124 View commit details
    Browse the repository at this point in the history