1

I have a play 2 application that uses SecureSocial for authentication and it works perfectly. I now want to make calls to these rest services on the play application from outside the web app.

Can I for example have an android application use the same secured rest methods?

Shawn Vader
  • 12,285
  • 11
  • 52
  • 61

1 Answers1

2

FortyTwo team have a post in their engineering blog which clearly explains the steps in a detailed example: http://eng.42go.com/mobile-auth-with-play-and-securesocial/.

centr
  • 645
  • 7
  • 15