app
app copied to clipboard
Approach to do password reset in limoncello app
Could you suggest an approach handling password reset in limoncello app?
I mean forgot password which user was unable to change password with authorized token
What kind of help do you need? Find a method that sets a password for a given user?
changing user password require authorized user token. so how would a user forget their password and need to reset it by themself.
I've added a method to API for password reset. Sample usage.