Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Use http for Github OAuth callback link (#16)
Browse files Browse the repository at this point in the history
Since this tutorial is for beginners. It is recommended to have a work example for user. https:// doesn't work on localhost and will require additional library
  • Loading branch information
shafiemukhre authored and Niko Lazaris committed Oct 8, 2019
1 parent 21224c0 commit 09b2fa5
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 @@ -45,7 +45,7 @@ Next, we need to install the project dependencies, which are listed in `requirem
Head over to [GitHub OAuth apps](https://github.com/settings/developers) and create a new OAuth app. Name it what you like but you'll need to specify a callback URL, which should be something like:

```
https://localhost:5000/auth/callback/github
http://localhost:5000/auth/callback/github
```

The default port for Flask apps is `5000`, but you may need to update this if your setup uses a different port or if you're hosting your app somewhere besides your local machine.
Expand Down

0 comments on commit 09b2fa5

Please sign in to comment.