Skip to content

Commit

Permalink
Update default OAuth web flow path in README (#2723)
Browse files Browse the repository at this point in the history
Update default OAuth web flow path
  • Loading branch information
vritant24 committed Aug 16, 2024
1 parent bc49ae1 commit 30ceeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ app.oauth.on("token.created", async ({ token, octokit }) => {
});

// Your app can receive the OAuth redirect at /api/github/oauth/callback
// Users can initiate the OAuth web flow by opening /api/oauth/login
// Users can initiate the OAuth web flow by opening /api/github/oauth/login
createServer(createNodeMiddleware(app)).listen(3000);
```

Expand Down

0 comments on commit 30ceeb8

Please sign in to comment.