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

Support str and datetime on expires parameter on the set_cookie method #1908

Merged
merged 23 commits into from
Feb 6, 2023

Commits on Oct 8, 2022

  1. Adds new cookie expire type. Adds function that returns the string if…

    … expires was string or returns datetime in cookie format
    Hugo Estrada committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    6b98839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    563cb05 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Implements PR change suggestions

    Hugo Estrada committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    c66ca24 View commit details
    Browse the repository at this point in the history
  2. Updates test that used str input back to int input

    Hugo Estrada committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    8af9d46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9881ba View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Updates date formatting comments to point to RFCs. Removes expires fr…

    …om delete cookie. Removes a cookie test
    Hugo Estrada committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    5bf86d5 View commit details
    Browse the repository at this point in the history
  2. Deletes extra test

    Hugo Estrada committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    1303802 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Merge branch 'master' into issue-1878-fix-cookie-typing

    Hugo Estrada committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    432358a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

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

Commits on Nov 2, 2022

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

Commits on Nov 7, 2022

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

Commits on Dec 12, 2022

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

Commits on Dec 17, 2022

  1. simplify code

    Kludex committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    0433643 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    09447b7 View commit details
    Browse the repository at this point in the history
  2. refactor: improve tests

    Kludex committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    6db2870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eacc85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6b28a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5199ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fda4aa View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    da8faba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65ccf47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    727f9dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2b6f91 View commit details
    Browse the repository at this point in the history