Closed hoIIer closed 2 years ago
The following line should be added here:
cognitoUser.setAuthenticationFlowType(<config.cognito.authenticationFlowType>);
That should be doable!
Could you check if this works as expected - I don't really have a setup to test this properly: https://github.com/fabscale/ember-cognito-identity/tree/fn/authentication-flow
sorry slammed today and didn't get to testing it, but that looks like it should work
This library seems to enforce
USER_SRP_AUTH
where I want to useUSER_PASSWORD_AUTH
.Can we add a config to enable configuring the authentication flow type similar to how ember-cognito does?