We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c461a07 commit 9d8da01Copy full SHA for 9d8da01
services/how-to/json-web-token-jwt.md
@@ -24,7 +24,7 @@ Only authenticated users can access Infura projects by including JWTs in request
24
25
#### Workflow
26
27
-1. Setup your project's Infura security settings to enforce authorized access with JWTs.
+1. Set up your project's Infura security settings to enforce authorized access with JWTs.
28
2. A user logs into the project application and receives a JWT.
29
3. Each request the user makes to Infura with the application's API key includes the JWT in the header.
30
4. The JWT is verified and the request is successful, or the request is rejected if the JWT is invalid.
0 commit comments