Skip to content

Commit

Permalink
double "user"
Browse files Browse the repository at this point in the history
  • Loading branch information
akdombrowski authored Oct 15, 2023
1 parent ce1f000 commit 9b56352
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 @@ -294,7 +294,7 @@ app.get("/", (req, res) => {

##### This step adds in a new `/callback` path for the `redirect_uri` and extracts the **authorization code** from the query parameters of the url.[^2]

- After the user authenticates, PingOne uses the `redirect_uri` to redirect the browser (and user user) and sends along the **authorization code** as the value of the `code` parameter:
- After the user authenticates, PingOne uses the `redirect_uri` to redirect the browser (and user) and sends along the **authorization code** as the value of the `code` parameter:

`http://localhost:3000/callback?code=<uuid>`

Expand Down

0 comments on commit 9b56352

Please sign in to comment.