Hi,
I have problems :
- I login web with Moralis authen is OK.
- I login via Unity App with Moralis authen same account on web.
Just 1 account created in Databases is OK.
But I have 2 session for web and device(unity app) with 2 Installation-Id.
I want to just only one session at time I logged.
Two Solutions:
- I will hardcode const Installation-Id for user login. Is that OK ?
- I will delete all session belong user login before.
Have a another solutions ?