I am developing a react native app I have implemented signup/login/home flow. However, because of the risks associated with the app, I want to limit every user to one device with a unique id.
How can I implement this? What should the authflow look like.
I know I can get device Id from react native device info, so how can I use this to limit a user to a device upon signup/login