Reputation: 12302
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