1

I don't have much experience with authentication for mobile apps.

I am using Play framework as backend. Play supports cookie-session authentication, which is great because it keeps the server stateless. Can this mechanism apply to mobile apps (native, no web views) as well?

Khanetor
  • 11,595
  • 8
  • 40
  • 76

1 Answers1

1

I can only speak for android as I have never developed for ios.

In Android all you have to do is enable Cookies for your URLConnections. See here or search yourself. Questions to this can be easily found as there are a lot.

Community
  • 1
  • 1
F43nd1r
  • 7,690
  • 3
  • 24
  • 62