I may have a need for an OAuth2 authorization server for Meteor. By that I mean, I am looking for the functionality that allows users of a Meteor app to delegate their account privileges to a third-party service.
Does such a thing exist already? Is there unannounced work in progress?
Yes. My idea is to evaluate the options available and then make a Meteor package out of which ever seems to offer the best mix of features, collaborative activity, code, quality, etc.
I’d need to get a solid idea of the scope of work it requires, however. If it means reinventing user management in Meteor, I may not be up to the task.
Where is the advantage of building this yourself in Meteor? Since it’s url based technology should not directly be relevant for the connecting parties. Isn’t there a good standard solution available for this like things mentioned here http://oauth.net/2/ ?
I work for Prime8Consulting. We just published a couple oauth2 meteor packages based on node-oauth2-server. It lots of documentation and example applications that demonstrate how it works.