Skip to content

Commit

Permalink
aws Oauth scope adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
0xM4sk committed Jun 12, 2024
1 parent 5bd8510 commit d181f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws-exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const awsmobile = {
userPoolWebClientId: '4pmalt6c50fjjkjl9n9fn58qd3',
oauth: {
domain: 'https://nodesmithlogin.auth.us-east-2.amazoncognito.com',
scope: ['email', 'openid', 'profile'],
scope: ['email', 'nodesmithlogin'],
redirectSignIn: 'http://nodesmith.dev',
redirectSignOut: 'http://nodesmith.dev',
responseType: 'code'
Expand Down

0 comments on commit d181f43

Please sign in to comment.