OAuth2 to connect to a 3rd party API with Meteor, separate from user accounts -
i'm building integration greenhouse.io's ingestion api authenticates via oauth 2.0.
in database, have collection both users , companies multiple users belong 1 company. want allow user associated company authenticate via oauth greenhouse api, allowing any user across company access api.
my assumption need somehow authenticate oauth , store keys in customer document opposed user document. how go doing meteor 1.3?
i'm using
- meteor 1.3
- blaze / spacebars frontend.
thanks :-)
it's strange me there isn't obvious way in meteor. found discussion here links various projects achieve functionality: https://github.com/meteor/meteor/pull/1133
Comments
Post a Comment