stormpath / stormpath-sdk-android

Android library for Stormpath
http://www.stormpath.com
Apache License 2.0
18 stars 15 forks source link

Implement social login via deep linking in sample project #23

Closed ericlw closed 8 years ago

ericlw commented 8 years ago

Although the SDK can be used to pass tokens to the Stormpath server, implement a deep linking capability where in which the callback from the external provider app (or website), initiates the host app and Stormpath SDK in a lifecycle method

ericlw commented 8 years ago

Facebook implemented with Google Chrome CustomTabs

ericlw commented 8 years ago

Google implemented with Google Chrome CustomTabs too