How to login with Installation ID in Session on multi device?

Hi,

I have problems :

  1. I login web with Moralis authen is OK.
  2. 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:

  1. I will hardcode const Installation-Id for user login. Is that OK ?
  2. I will delete all session belong user login before.

Have a another solutions ?

what do you mean with 2 installation ids?

you can have multiple sessions for the same user

Can I have multiple session on more devices?

is there a problem with having multiple sessions for the same user?

1 Like

OK, I got it.

Resolved my issues.

Thanks @cryptokid

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.