mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Previously, the tool was hard-coded to use "?close" at the end of redirect uris when it did OAuth flows with e.g. package servers or build farms. Now, we use the same logic that the server uses to compute its redirect uri: we add "?close" if a loginStyle option is present in the configuration.
oauth
Common functionality for OAuth clients. See the project page on Meteor Accounts for more details.