I'm developing a rest
API with Framework Asp.Net Web Api 2
, using Owin
.
I have a android
application as the client. In case, my system has users and passwords and authenticates normally.
I want to know what to do when token
expires. Authenticate again?