Khanetor
Khanetor

Reputation: 12302

Mobile apps authenticated with cookies

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?

Upvotes: 1

Views: 180

Answers (1)

F43nd1r
F43nd1r

Reputation: 7759

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.

Upvotes: 1

Related Questions