amazon-archives / amazon-cognito-auth-js

The Amazon Cognito Auth SDK for JavaScript simplifies adding sign-up, sign-in with user profile functionality to web apps.
Apache License 2.0
423 stars 232 forks source link

Sample index.html issues #5

Closed crissupb closed 6 years ago

crissupb commented 7 years ago

It seems that the sample and SDK are not in alignment as to case of the following parameters. The sample code uses PascalCase and the SDK is expecting camelCase.

Fails TokenScopesArray : '', RedirectUriSignIn : '', RedirectUriSignOut : ''

Works tokenScopesArray : '', redirectUriSignIn : '', redirectUriSignOut : ''

mryanmurphy commented 7 years ago

Looks like this was fixed in 78b5d1