Skip to content

Commit de6f1b2

Browse files
committed
.:
1 parent bd1cda4 commit de6f1b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modus/authentication.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: ""
44
---
55

66
Modus supports authentication via the `Authorization` header in HTTP requests. You can use the
7-
`Authorization` header to pass a JWT bearer token to your Modus app. The token can be used to
8-
authenticate the user and authorize access to resources.
7+
`Authorization` header to pass a bearer JSON Web Token (JWT) to your Modus app. The token
8+
authenticates the user and authorize access to resources.
99

1010
## Setting verification keys
1111

0 commit comments

Comments
 (0)