Paweł
Paweł
Hi, I think I was able to achieve it by myself finally. If anyone looked for solution, I have added "prompt" parameter to webAuthentication method like this: ``` this.auth0.webAuthentication({ scope:...
Hi, Did you manage to deal with this problem? I am having password with characters like '$' or '\\', and so far I could not connect mongo db via adminMongo....
Hi, this is possible: you need to encode the string with percentage-encoding, and then add information about authentication database at the end of mongoConnectionUrl,like: `...?authSource=admin`
Hi, This can be used as a workaround, but what about bigger sets of groups you want remove single user from? I am concerned what will happen if we try...