https://github.com/zodern/repro-meteor-developer-account-github
https://github.com/zodern/repro-meteor-developer-account-github
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zodern/repro-meteor-developer-account-github
- Owner: zodern
- Created: 2023-01-02T19:55:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T19:55:48.000Z (over 3 years ago)
- Last Synced: 2024-10-03T08:50:14.364Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Repro for issue with signing using meteor developer account with GitHub
Repro steps:
1. Clone repo
2. Run `npm install`
3. Go to https://cloud.meteor.com/authorized-domains and create a new domain. Set the redirect URL to `http://localhost:3000/_oauth/meteor-developer`
4. Create a settings.json file, using the client id and secret from the previous step
```
{
"meteor-developer-accounts": {
"clientId": "",
"secret": ""
}
}
```
5. Start the app with `npm start`
It works if you login using a Meteor account you are already logged in to, or login using email/password. If you instead login using GitHub, it doesn't work, and has no error.