Skip to content

Commit

Permalink
Numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Dec 18, 2024
1 parent 7f0bfdc commit 6954e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how-tos/auth/custom_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ In your `langgraph.json`, add the path to your auth file:
}
```

## Connect from the client
## 3. Connect from the client

Once you've set up authentication in your server, requests must include the the required authorization information based on your chosen scheme.
Assuming you are using JWT token authentication, you could access your deployments using any of the following methods:
Expand Down

0 comments on commit 6954e63

Please sign in to comment.