-
Notifications
You must be signed in to change notification settings - Fork 0
Add "Sign Up" method #721
Comments
|
Was able to get it working via below:
|
Hi, no specific reason for not adding this except that I didn't need it so far ;) |
Hey, ok yeah the signup needs better handling for promises like below: Will see if I can take a crack at it later this week perhaps |
Yeah, you'll need to wrap it like the other methods - I guess it should be realtively straightforward to follow the same schema as for all the other stuff, but let me know if you need guidance somewhere! |
Hello, I'm investigating this as a replacement for ember-cognito due to a blocking bug brought about by reliance on @aws-amplify.
The only thing stopping me is that this library is missing a
signup
method. Is there a reason for that? Can we add it?If we can add that I think this is a great replacement for
ember-cognito
.At first I was going to suggest making this compatible with ember-simple-auth, but I'm not sure it's even necessary and I like the idea of thin packages.
Thanks!
The text was updated successfully, but these errors were encountered: