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

Additional allowed cookieOptions #53

Merged
merged 4 commits into from
Jan 23, 2020
Merged

Additional allowed cookieOptions #53

merged 4 commits into from
Jan 23, 2020

Commits on Jan 18, 2020

  1. Additional allowed cookieOptions

    Added `expires` allowed as null or 0 to set an ephemeral cookie (documented
    method of setting duration to 0 did not work). Also added `maxAge` as an
    additional way to set this cookie duration. If both are omitted, cookie expires
    defaults to appSessionDuration.
    joshcanhelp committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    dfc3077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4f6c24 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

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

Commits on Jan 23, 2020

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