How to keep a user signed in for a app session

Viewed 23

I have an app that the user has to enter a pin to gain access to the app when they open the app.

I would like guidence on how to approach this.

I will have a room DB with the multiple users pin codes, and when a user opens the app they should enter the pin to get access.

How do I implement this into the whole app that if they open after their previous 'session' has ended they have to enter the pin again?

0 Answers
Related