With the dot instead of the pipe, the usernames in my backend are inconsistent with the usernames in auth0, so if I need to change some user info in auth0 from my backend, I must replace again the dots for pipes.
This can be configurable with the settings var REPLACE_PIPE_FOR_DOTS_IN_USERNAME, which is True by default.
With the dot instead of the pipe, the usernames in my backend are inconsistent with the usernames in auth0, so if I need to change some user info in auth0 from my backend, I must replace again the dots for pipes.
This can be configurable with the settings var REPLACE_PIPE_FOR_DOTS_IN_USERNAME, which is True by default.