So far I implemented auth on my backend api level, which is then used by my mobile app to login, grab the bearer from response body and set in `authorization’ header.
However, as I don’t want to require users to login every week to obtain a new bearer token, I would like to rotate it on specific activities (todo created successfully for example).
Did someone implemented something like this already?