You should be caching the token issued as part of the authentication step, Auth0 has a limit on how many login attempts can happen on the same IP.
You should be caching the token issued as part of the authentication step, Auth0 has a limit on how many login attempts can happen on the same IP.