stormpath / stormpath-sdk-express

[Deprecated] Stormpath SDK for Node.js Express applications.
Apache License 2.0
23 stars 9 forks source link

Adding social login to SDK. #9

Closed bkyarger closed 9 years ago

bkyarger commented 9 years ago

Recognizes authentication with grant_type of 'social' and calls getAccount with provider data. Upon successful retrieval of the account JWT is created and returned.

Tests based heavily on UsernameAndPassword tests, modified to test new grant_type and authenticate method.

Fixes issue #10.

robertjd commented 9 years ago

Merged, and tests were patched in a master commit. As mentioned on the Angular SDK, this strategy should be considered a temporary workaround (as it overloads OAuth concerns) until we have a proper social strategy. Thanks for the work with the tests!

bkyarger commented 9 years ago

Awesome, thanks!  Yes, we look forward to the officlal solution!

Brian Yarger

On Wed, Sep 9, 2015 at 3:36 PM, robertjd notifications@github.com wrote:

Merged, and tests were patched in a master commit. As mentioned on the Angular SDK, this strategy should be considered a temporary workaround (as it overloads OAuth concerns) until we have a proper social strategy. Thanks for the work with the tests!

Reply to this email directly or view it on GitHub: https://github.com/stormpath/stormpath-sdk-express/pull/9#issuecomment-139064009