julianlam / nodebb-plugin-sso-twitter

NodeBB Plugin that allows users to login/register via their Twitter account.
BSD 2-Clause "Simplified" License
9 stars 8 forks source link

possible problem with strategies #14

Closed barisusakli closed 8 years ago

barisusakli commented 8 years ago

https://github.com/julianlam/nodebb-plugin-sso-twitter/blob/master/library.js#L37

If there is an error or if the twitter key/secret is not setup then other plugins wont be able to add their strategies since the callback is never called.

julianlam commented 8 years ago

Thanks, legitimate issue.

julianlam commented 8 years ago

ca4f9f9