-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add changePassword with Ticket for not logged in user #94
Comments
The ticket param was added to the changePassword method. However, it's available in our newest DEV version for Dart SDK. You can check https://pub.dev/packages/nhost_sdk/versions/4.0.0-dev.8 The new SDK requires you to pass |
@mhadaily I already migrated to I use the Any tips? thanks in advance. |
I am unsure I need to investigate a bit, because as far as the SDK implementation, we just call an endpoint in the backend of nhost, let me ask around and give you an answer. |
Hi @mhadaily any updates on this? thanks |
Unfortunately, I was pulled out of it for an unforeseeable future. |
Do you have any docs on how to implement forget the password feature? As it's not really clear how to utilize the |
I want to add the password with ticket option https://docs.nhost.io/reference/javascript/auth/change-password as a forget password feature for our users. The current changePassword method is only available for logged-in users.
The issue relates to the flow and PRs described here nhost/nhost#594.
The text was updated successfully, but these errors were encountered: