in svySecurity.loginWithToken() (version 1.5.0) at line 3274 the method svySecurity.getUser(tenant, user) is called with wrong order of arguments.
The same method is defined as .getUser(user, tenant). Therefore, the whole feature with token login does not work !!
Could you please take a look at this.
Nam