mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
10 lines
288 B
Markdown
10 lines
288 B
Markdown
|
---
|
||
|
"@logto/core": minor
|
||
|
---
|
||
|
|
||
|
Add user suspend API endpoint
|
||
|
|
||
|
Use `PATCH /api/users/:userId/is-suspended` to update a user's suspended state, once a user is suspended, all refresh tokens belong to this user will be revoked.
|
||
|
|
||
|
Suspended users will get an error toast when trying to sign in.
|