Skip to content

Commit eae94d4

Browse files
committed
Merge pull request #12 from Remo/patch-1
had to enter a callback url to get github working
2 parents c30dc64 + 4285350 commit eae94d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To get started and start making something of your own using this repository as a
5555
5656
));
5757
```
58-
- 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`
58+
- 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
5959
6060
After this simple configuration you can populate the database by running a couple commands shown below.
6161

0 commit comments

Comments
 (0)