I'm pretty confused on what authentication method to use for my android/ios app.
I'm trying to create login for user and maintain session on the app. If token based authentication is used for session, then it should have expiry time.
Shall I go ahead with ApiAuth token based authentication or Json Web Token authentication for my native apps. Please help me to choose.