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 encoding/json for SessionState serialization #63

Merged
merged 9 commits into from
Mar 20, 2019

Commits on Mar 19, 2019

  1. Use encoding/json for SessionState serialization

    In order to make it easier to extend in future.
    yaegashi committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    2eab02f View commit details
    Browse the repository at this point in the history
  2. Store only email and user in cookie when cipher is unavailable

    This improves safety and robustness, and also preserves the existing
    behaviour.
    yaegashi committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    78410d2 View commit details
    Browse the repository at this point in the history
  3. Add TestEncodeSessionState/TestDecodeSessionState

    Use the test vectors with JSON encoding just introduced.
    yaegashi committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    c443a5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2225bf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3da206 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b1fa7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c48c06 View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    yaegashi committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    7a73a1c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

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