mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
If a login token is expired, or no longer valid, make sure that Meteor doesn't just sit there at a login prompt that the user can't see. This currently only applies if `headless` mode is enabled, though a follow-up to this commit might consider setting `headless = true` automatically in a CI environment using environment variables such as: `CI`, `TRAVIS`, `JENKINS_URL`, etc., as the npm-registry-client does in a similar way. See: https://github.com/npm/npm-registry-client/pull/129/files Fixes #8839.
Meteor Services
Files in this folder implement the features related to the Meteor-provided services, such as:
- Meteor Developer Accounts
- Meteor's Free Deployments
- Package Server
- Build Farms
All of the services are connected to through DDP from tool.