fix: Previously provisioned JWT's should be revoked on signout (#3639)
* feat: auth.delete endpoint * test
This commit is contained in:
@@ -13,6 +13,7 @@ export type UserEvent =
|
||||
| {
|
||||
name: "users.create" // eslint-disable-line
|
||||
| "users.signin"
|
||||
| "users.signout"
|
||||
| "users.update"
|
||||
| "users.suspend"
|
||||
| "users.activate"
|
||||
|
||||
Reference in New Issue
Block a user