diff options
author | reivilibre <oliverw@matrix.org> | 2021-12-03 16:42:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 16:42:44 +0000 |
commit | 637df95de63196033a6da4a6e286e1d58ea517b6 (patch) | |
tree | b60658f55d52fadf145feeb7999c5c89c873650f /changelog.d | |
parent | Add type hints to `synapse/tests/rest/admin` (#11501) (diff) | |
download | synapse-637df95de63196033a6da4a6e286e1d58ea517b6.tar.xz |
Support configuring the lifetime of non-refreshable access tokens separately to refreshable access tokens. (#11445)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11445.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11445.feature b/changelog.d/11445.feature new file mode 100644 index 0000000000..211a722b65 --- /dev/null +++ b/changelog.d/11445.feature @@ -0,0 +1 @@ +Support configuring the lifetime of non-refreshable access tokens separately to refreshable access tokens. \ No newline at end of file |