https://github.com/subvisual/headquarters-meteor
Meteor wrapper for the Headquarters API.
https://github.com/subvisual/headquarters-meteor
Last synced: 6 months ago
JSON representation
Meteor wrapper for the Headquarters API.
- Host: GitHub
- URL: https://github.com/subvisual/headquarters-meteor
- Owner: subvisual
- Created: 2015-02-28T11:10:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T15:14:14.000Z (over 10 years ago)
- Last Synced: 2025-06-14T21:43:13.408Z (8 months ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Headquarters-meteor
==================
This package in an implementation of the [Headquarters](https://github.com/groupbuddies/headquarters) oauth flow using [headquarters-node](https://github.com/groupbuddies/headquarters-node).
This package is necessary in order to integrate with the meteor authentication and users system. If you're looking to support authentication with the Headquarters API you can use [accounts-headquarters](https://github.com/groupbuddies/accounts-headquarters) that integrates with accounts-base.
# Install
```
meteor add gabrielpoca:headquarters
```