marmelab / ra-auth-cognito

An auth provider for react-admin which handles authentication with AWS Cognito.
MIT License
9 stars 6 forks source link

Possibility of setting the authentication flow type #8

Open pouyaemami opened 1 year ago

pouyaemami commented 1 year ago

I'm currently using https://github.com/jagregory/cognito-local for local development and as it only supports USER_PASSWORD_AUTH, I was wondering if this library could be updated so as to allow the user to override the default auth flow type (USER_SRP_AUTH)?

I'd be happy to help if needed :)

djhi commented 1 year ago

Sure! Any help is appreciated :)