mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
17 lines
499 B
HTML
17 lines
499 B
HTML
<template name="configureLoginServiceDialogForGithub">
|
|
<p>
|
|
First, you'll need to get a Github Client ID. Follow these steps:
|
|
</p>
|
|
<ol>
|
|
<li>
|
|
Visit <a href="https://github.com/settings/applications/new" target="blank">https://github.com/settings/applications/new</a>
|
|
</li>
|
|
<li>
|
|
Set Main URL to to: <span class="url">{{siteUrl}}</span>
|
|
</li>
|
|
<li>
|
|
Set Callback URL to: <span class="url">{{siteUrl}}_oauth/github?close</span>
|
|
</li>
|
|
</ol>
|
|
</template>
|