gardner / react-oauth2-pkce

React auth provider that works with AWS cognito PKCE🛡️🔒
49 stars 58 forks source link

scopes parameter should be scope #5

Closed gotpist1 closed 3 years ago

gotpist1 commented 4 years ago

The uri that generates from AuthServiceProps is wrong. It should be scope, note scopes. At least that is what i have found out :)

TheSpivack commented 3 years ago

The uri that generates from AuthServiceProps is wrong. It should be scope, note scopes. At least that is what i have found out :)

I discovered the same issue

TheSpivack commented 3 years ago

I created Pull Request 6 to resolve this

gardner commented 3 years ago

This has been merged