1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00
This commit is contained in:
Sylvain 2016-09-12 17:57:04 +02:00
parent 2d2a5812eb
commit caa3cd4417

View File

@ -8,7 +8,7 @@ For this guide, we will use [GitHub](https://developer.github.com/v3/oauth/) as
- Secondly, you will need to register your fab-manager instance as an application in GitHub.
Visit https://github.com/settings/applications/new to register your instance.
- In `Homepage URL`, put the public URL where your fab-manager's instance is located (eg. https://example.com).
- In `Authorization callback URL`, you must specify an URL that will match this scheme: https://example.com/users/auth/oauth2-github/callback (replace my-fablab.example.com with your own fab-manager's address).
- In `Authorization callback URL`, you must specify an URL that will match this scheme: https://example.com/users/auth/oauth2-github/callback (replace example.com with your own fab-manager's address).
- You'll be redirected to a page displaying two important informations: your **Client ID** and your **Client Secret**.