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

Remove non-functional 'expire_access_token' setting #5782

Merged
merged 1 commit into from
Jul 30, 2019

Commits on Jul 29, 2019

  1. Remove non-functional 'expire_access_token' setting

    The `expire_access_token` didn't do what it sounded like it should do. What it
    actually did was make Synapse enforce the 'time' caveat on macaroons used as
    access tokens, but since our access token macaroons never contained such a
    caveat, it was always a no-op.
    
    (The code to add 'time' caveats was removed back in v0.18.5, in #1656)
    richvdh committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    362a078 View commit details
    Browse the repository at this point in the history