I am not sure what the problem is but I have an application set up that is calling .authorize()
from the auth0-js library.
I created a user called “test@user.com”. I am able to login with that user once and then log out. After that if I try to log in again, it is not possible until I delete and recreate the user.
Note, I am still able to login via the “Try Connection” panel.
I have also noticed some sporadic behavior in the Auth0 Users section of the control panel where I tried to change a password and it reported that the username/email was not provided. There were other issues too. (I also tried changing a user email to “verified” and got the error message “Forbidden”, followed by it working perfectly on a second try.)
I checked here https://twitter.com/auth0status and there does not seem to be any issues.
Since this is my first time trying to set this up, I am wondering if i am doing something incorrectly here.
I will note this issue with the only being able to log in once seems to not be happening at the moment (it was happening just about an hour ago consistently). So, maybe it really was just an Auth0 backend issue. Did anyone else notice anything like that?