Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Persist user interactive authentication sessions #7302

Merged
merged 36 commits into from
Apr 30, 2020

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    b030fdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a83da9 View commit details
    Browse the repository at this point in the history
  3. Fix postgresql issues.

    clokep committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    e7a2db6 View commit details
    Browse the repository at this point in the history
  4. Add a changelog file.

    clokep committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    b9dd110 View commit details
    Browse the repository at this point in the history
  5. Expire old sessions.

    clokep committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    831f8a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04d3d8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fdb22c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d9b3a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5fc1b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d9157c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae45238 View commit details
    Browse the repository at this point in the history
  12. Remove unnecessary lambda

    Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    clokep and richvdh committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    9ac9c54 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1c861b8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0895971 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    42c4bca View commit details
    Browse the repository at this point in the history
  16. Add a few return types.

    clokep committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    2d1bcad View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f2e5151 View commit details
    Browse the repository at this point in the history
  18. Clarify comments.

    clokep committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    7091341 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ff14b66 View commit details
    Browse the repository at this point in the history
  20. Avoid re-doing work.

    clokep committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    2a4a910 View commit details
    Browse the repository at this point in the history
  21. Use JsonDict in some places.

    clokep committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    5a60f2d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6b4a6df View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1a5101b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    264ef03 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8b5ef4a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f179c21 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Use _txn in method names.

    clokep committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    64c709b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    568a778 View commit details
    Browse the repository at this point in the history
  3. Review feedback.

    clokep committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    79c5be5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18b3494 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5340662 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f0bf19 View commit details
    Browse the repository at this point in the history
  7. Fix lint.

    clokep committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    eccb670 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Fix typo in docstring.

    Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    clokep and richvdh committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    106dca9 View commit details
    Browse the repository at this point in the history
  2. Raise a 400 error, not 404.

    clokep committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    64852bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae27afd View commit details
    Browse the repository at this point in the history