Skip to content

Commit

Permalink
fix github callback url
Browse files Browse the repository at this point in the history
my bad, <your-site> wasn't displayed, looks confusing with it
  • Loading branch information
Remo committed Apr 23, 2014
1 parent 12f43d0 commit 2c445c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -55,7 +55,7 @@ To get started and start making something of your own using this repository as a
));
```
- If you want to use Github OAuth for login and registration, make sure to [create a Github application](https://github.com/settings/applications/new) first and provide its client ID and client secret to the config in `app/config/social.php`. Also make sure you're using http://<your-site.com>/login/github for Authorization callback URL
- If you want to use Github OAuth for login and registration, make sure to [create a Github application](https://github.com/settings/applications/new) first and provide its client ID and client secret to the config in `app/config/social.php`. Also make sure you're using `http://<your-site.com>/login/github` for Authorization callback URL

After this simple configuration you can populate the database by running a couple commands shown below.

Expand Down

0 comments on commit 2c445c3

Please sign in to comment.