strongloop-community / loopback-sdk-android

Android Client SDK for the LoopBack framework.
Other
67 stars 41 forks source link

Authorize the client using OAuth (e.g. Google account) #49

Closed jmurth1234 closed 6 years ago

jmurth1234 commented 10 years ago

Am I right in thinking that there's currently no support for using Google account sign in with the android loopback app sdk? There doesn't appear to be any reference for support within the documentation http://docs.strongloop.com/display/public/LB/Android+SDK.

Is this something I'll have to implement myself? If so how would I go about doing so?

bajtos commented 10 years ago

You are right, LoopBack SDK for Android does not support OAuth 2.0 yet.

Is this something I'll have to implement myself? If so how would I go about doing so?

@raymondfeng you know most about OAuth 2.0, could you please advise how to implement Google account sign in Android app talking to a LoopBack server?

dhmlau commented 6 years ago

Closing due to inactivity