I am developing an Angular application running on a NodeJS server and I am using Kinvey for data store: https://devcenter.kinvey.com/nodejs
When I log in from one browser, everything works correctly, but when I log in from a second browser without logging out from the first one, I get an error message that says there cannot be more than one Active User. The app still runs on localhost.
Are multiple accounts allowed when using Kinvey ActiveUser on NodeJS servers?