Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ title: checkToken

# checkToken



Checks a JWT validity.

This API route does not require the caller to be logged in.
Checks the validity of an authentication token.

---

Expand Down Expand Up @@ -46,7 +42,7 @@ Body:

## Body properties

- `token`: the JWT to be tested
- `token`: the authentication token to be tested

---

Expand Down
2 changes: 0 additions & 2 deletions src/sdk/js/6/controllers/auth/check-token/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ description: Checks a JWT's validity.

Checks a token validity.

This API route does not require the caller to be logged in.

<br/>

```javascript
Expand Down