I have ASP .NET Web API 2 with bearer token working so good.
My question this API is used by IOS mobile application i am not maintaining any cookie /session in the API side. when mobile user giving log in request i am authenticating user with database and sending bearer token for the successful response with 1 hr expiry.
when my mobile user used Log-out from his application with in specified time, i should expiry the token forcefully inside API Log-out method.
suppose my mobile user still more than 1 hours using the application after 45 min any request comes my token expiry should extend to another 1 hour.