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

Implement access token expiry #5660

Merged
merged 10 commits into from
Jul 12, 2019
Merged

Implement access token expiry #5660

merged 10 commits into from
Jul 12, 2019

Commits on Jul 10, 2019

  1. Add a mechanism for per-test configs

    It's useful to be able to tweak the homeserver config to be used for each
    test. This PR adds a mechanism to do so.
    richvdh committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    6ac7e50 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Configuration menu
    Copy the full SHA
    9d21b7b View commit details
    Browse the repository at this point in the history
  2. Implement access token expiry

    Record how long an access token is valid for, and raise a soft-logout once it
    expires.
    richvdh committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    c510a02 View commit details
    Browse the repository at this point in the history
  3. More testing

    richvdh committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    545a9e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7880375 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adf6e52 View commit details
    Browse the repository at this point in the history
  6. use @override_config

    richvdh committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    e327d32 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Revert "use a decorator for custom config"

    This reverts commit 7880375.
    richvdh committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    427a9a7 View commit details
    Browse the repository at this point in the history
  2. Revert "Add a mechanism for per-test configs"

    This reverts commit 6ac7e50.
    richvdh committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    5edca15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e03852 View commit details
    Browse the repository at this point in the history