amazon-cognito-auth-js
amazon-cognito-auth-js copied to clipboard
Support URL with Hash based routing
Issue https://github.com/aws/amazon-cognito-auth-js/issues/87
Description of changes:
parseCognitoWebResponse assumes tjat hashes are always stand for query parameters, and didn't take into considuration that this may be just hash based routing.
add another paramter to indicate the difference.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.