Hi. I’ve created user using Management API v2 (api/v2/users). New user is showing on my dashboard. Then I was trying to log in to my application, which is using Lock. App is running on localhost. I’m getting this warning in consol drawer: “Consent Required. Consent can’t be skipped on localhost. Read more here: User Consent and Third-Party Applications”.
Problem is, i don’t know how to display Consent window while user is loging for the first time, or disable consent for users created via API.
If i create new user via SingUp on Lock window, everything works fine, because I’m getting Consent window, and I can accept it.
Can you help me with that?