marmelab / ra-auth-cognito

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

token is hardcoded as response_type #18

Open ashabottu opened 5 months ago

ashabottu commented 5 months ago

response_type is always coming as token. It should be either code or token based on the oauthGrantType

ashabottu commented 5 months ago

created a PR for your review: https://github.com/marmelab/ra-auth-cognito/pull/17