You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look at the login methods, you can see that they work in a similar way. Basically, one has to figure out which method name to call and then what parameters to pass.
Due to the lack of good documentation by Meteor for its DDP protocol, it's mainly trying what works.
So you tried your method above and it works correctly, right? So we can easily add it to the library soon :)
Feel free to share your implementations for the other methods as well when you do them.
Right now, the
Meteor
class already has convenience methods for the following two methods from theaccounts-password
package:createUser
login
We should add further methods that wrap the following method calls:
logout
verifyEmail
changePassword
forgotPassword
resetPassword
The text was updated successfully, but these errors were encountered: