-
Notifications
You must be signed in to change notification settings - Fork 4
Providers #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Providers #20
Conversation
This isn't quite ready yet. I think adding a provider should toggle loggedIn |
Renames CognitoIdentityServiceProvider
Removes `recoverUser` and many events (which now notify)
Ok this is ready to fly at your discretion |
*/ | ||
user: { | ||
type: Object, | ||
readOnly: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this still be readOnly for the outside world?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Computed properties are read only see Polymer/polymer#1925
This PR adds a
providers
property, which users can use to define idP's in AWS credentials Logins map.It also refactors the code which deals with credentials