Custom authentication flow is skipped when responding to password verifier challenge
I am implementing a custom auth flow in a Flask application for testing. When I respond to the PASSWORD_VERIFIER auth challenge, a token is being returned.
I am implementing a custom auth flow in a Flask application for testing. When I respond to the PASSWORD_VERIFIER auth challenge, a token is being returned.