Bigcommerce - View who is Currently Signed-in -
scenario: there more 1 person working on developing bigcommerce store. there way see if logged in prevent overwriting each other's work?
thanks looking , in advance answer!
you can view successful admin log-ins viewing store logs area:
your-domain.com/manage/settings/logs
however cannot view actively logged in.
there no current way using bigcommerce api check backend users logged in.
the log feature bigcommerce offers date/time log listing backend logins, not indicate currently logged in.
if building solution necessary, recommend using sort of webdriver log store via normal backend, , parse user log file compare timestamps of users logged in.
your app logic compare differences in timestamps separate users. example: parse users logged in within last hour. assume users actively logged in (again, there no sure way of knowing actively logged in on backend).
Comments
Post a Comment