mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-21 15:41:00 +00:00
Link directly to app creation page in README.
This commit is contained in:
parent
364b0659e1
commit
ccfccd251c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Play music together with Phoenix LiveView!
|
|||
|
||||
Visit [todo]() to try it out, or run locally:
|
||||
|
||||
* Create a [Github OAuth app](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app)
|
||||
* Create a [Github OAuth app](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app) from [this page](https://github.com/settings/applications/new)
|
||||
- Set the app homepage to `http://localhost:4000` and `Authorization callback URL` to `http://localhost:4000/oauth/callbacks/github`
|
||||
- After completing the form, click "Generate a new client secret" to obtain your API secret
|
||||
* Export your GitHub Client ID and secret:
|
||||
|
|
Loading…
Reference in a new issue