Hello,
i want to share my vehicle location to other user who are not on the platform for x amount of time.
I can do this with generating token and call /api/session?token=USER_TOKEN and after that calling this api "/api/socket" but i also want to enforce time limit
I believe currently we only enforce the time limit on login.
Hello,
i want to share my vehicle location to other user who are not on the platform for x amount of time.
I can do this with generating token and call /api/session?token=USER_TOKEN and after that calling this api "/api/socket" but i also want to enforce time limit