/tokenrefresh should expire the access token
It's possible for clients to call /tokenrefresh before the access_token has expired, potentially leading to a proliferation of valid access_tokens.
This commit is contained in:
parent
66bfd0462b
commit
ec20f15407
3 changed files with 12 additions and 3 deletions
|
@ -5,6 +5,8 @@
|
|||
|
||||
- Spell out the way that state is handled by ``POST /createRoom``
|
||||
(`#362 <https://github.com/matrix-org/matrix-doc/pull/362>`_).
|
||||
- Emphasise that ``POST /tokenrefresh`` should expire the access token
|
||||
(`#363 <https://github.com/matrix-org/matrix-doc/pull/363>`_).
|
||||
|
||||
r0.2.0
|
||||
======
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue