| ... | @@ -2,7 +2,10 @@ |
... | @@ -2,7 +2,10 @@ |
|
|
|
|
|
|
|
To invalidate a JWT token, call
|
|
To invalidate a JWT token, call
|
|
|
|
|
|
|
|
|
`POST /plugins/logout`
|
|
|
|
|
|
|
|
```json
|
|
|
|
{ "token" : "current_token_value_without_bearer_prefix"}
|
|
|
```
|
|
```
|
|
|
# POST /plugins/logout
|
|
|
|
|
# { "token" : "current_token_value"}
|
|
Note that this request has to also has to have a valid authentication header. |
|
|
``` |
|
\ No newline at end of file |