0

How can I secure our RestAPI in Android using Google Account?

Raw steps would be great. I can imagine how a user can connect to its Google Account - http://developer.android.com/google/auth/http-auth.html#AccountPicker .

I don't know how to continue after... Any ideas? At least raw steps would be gr8. It doesn't have to be anything detailed.

Thank you, Zat

Amio.io
  • 20,677
  • 15
  • 82
  • 117

1 Answers1

1

You can secure your API like Kinvey api do

enter image description here

you can implement your own like above image I think this tutorial will help you to secure your rest API,

link

I hope this will solve your problem. good luck.

khurram
  • 1,362
  • 13
  • 24