Skip to content

Commit 9d8da01

Browse files
authored
Update services/how-to/json-web-token-jwt.md
1 parent c461a07 commit 9d8da01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/how-to/json-web-token-jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Only authenticated users can access Infura projects by including JWTs in request
2424

2525
#### Workflow
2626

27-
1. Setup your project's Infura security settings to enforce authorized access with JWTs.
27+
1. Set up your project's Infura security settings to enforce authorized access with JWTs.
2828
2. A user logs into the project application and receives a JWT.
2929
3. Each request the user makes to Infura with the application's API key includes the JWT in the header.
3030
4. The JWT is verified and the request is successful, or the request is rejected if the JWT is invalid.

0 commit comments

Comments
 (0)