How to reset password with JWT

This is about the gotrue-flutter-api.
There was a method inside auth.api.updateUser before version 1.1 which can be used with the jwt to update a password of a user using the jwt of the password reset mail.

How can i do it now, as this method was removed. The other updateUser Method only uses the accessToken of currently logged in users!
Was this page helpful?