meteor / meteor-feature-requests

A tracker for Meteor issues that are requests for new functionality, not bugs.
Other
89 stars 3 forks source link

Please make registerLoginHandler supports async callback #381

Open minhna opened 4 years ago

minhna commented 4 years ago

To make Meteor works with my custom, existing users database, I need to make function do some stuffs with other servers. It'd be a lot of easier if the registerLoginHandler supports async callback function. Thank you.

filipenevola commented 4 years ago

Hi @minhna as this is a feature request I just moved to meteor-feature-requests repo.

We have already many integrations using registerLoginHandler, what is your problem exactly with the current approach?

Articles for reference: https://web.archive.org/web/20160913210817/meteorhacks.com/extending-meteor-accounts/ https://janikvonrotz.ch/2017/02/08/meteor-register-ldap-login-request-handler/