About keeping users signed in

Maintaining User Sign-In State with Auth0 Universal Login on Mobile Apps

We are exploring a mechanism to allow users to remain signed in after logging in via Auth0 Universal Login on a mobile app.

I have devised one approach, but I would appreciate any information or insights regarding alternative configuration methods or confirmation of the feasibility of this approach.

The proposed method involves utilizing refresh tokens. By continuously sending POST requests to the /oauth/token endpoint to refresh the refresh token, we aim to maintain a persistent signed-in state.