Skip to content

Commit

Permalink
port correction
Browse files Browse the repository at this point in the history
  • Loading branch information
sohamkamani committed Apr 24, 2020
1 parent 1e69e43 commit a54470e
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 @@ -9,5 +9,5 @@ A project to learn how to implement a custom OAuth2.0 solution using NodeJs.
3. Run the client server: `node client.js`
4. Run the authorization server: `node authorization-server.js`
5. Run the protected resource server: `node protected-resource.js`
6. To begin go to [http://localhost:9001/authorize](http://localhost:9001/authorize). This will take you to the authorization page. The sample user data can be found [here](authorization-server.js#L29). For example, `user1` and `password1` are one username-password pair.
6. To begin go to [http://localhost:9000/authorize](http://localhost:9000/authorize). This will take you to the authorization page. The sample user data can be found [here](authorization-server.js#L29). For example, `user1` and `password1` are one username-password pair.
7. If all goes well, you should be taken to a welcome page showing the users information.

0 comments on commit a54470e

Please sign in to comment.