Using a JWT authentication, the user doesn't have to log in each time he uses my app.
I would like to save in DB the last time the user used/opened the app.
Technically, I have a set of REST API that could audit each request and save in database the timestamp corresponding to the current user access but ... for each request?!
What is a good practice to store this information without involving database each time the user makes a request?