File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
changelogs/client_server/newsfragments Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3232 summary : Invalidates a user access token
3333 description : |-
3434 Invalidates an existing access token, so that it can no longer be used for
35- authorization.
35+ authorization. The device associated with the access token is also deleted.
3636 operationId : logout
3737 security :
3838 - accessToken : []
4949 summary : Invalidates all access tokens for a user
5050 description : |-
5151 Invalidates all access tokens for a user, so that they can no longer be used for
52- authorization. This includes the access token that made this request.
52+ authorization. This includes the access token that made this request. All devices
53+ for the user are also deleted.
5354
5455 This endpoint does not require UI authorization because UI authorization is
5556 designed to protect against attacks where the someone gets hold of a single access
Original file line number Diff line number Diff line change 1+ Clarify that devices are deleted upon logout.
You can’t perform that action at this time.
0 commit comments