Skip to content
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

Missing API: changePasswordByJWT that accepts a JWT token #48

Open
ceefour opened this issue Apr 29, 2021 · 0 comments
Open

Missing API: changePasswordByJWT that accepts a JWT token #48

ceefour opened this issue Apr 29, 2021 · 0 comments

Comments

@ceefour
Copy link

ceefour commented Apr 29, 2021

Currently only changePasswordByIdentity is given, however there is API for change password using JWT, but it's currently not possible:

return this.start<void, Errors>()
.withUri('/api/user/change-password')
.withJSONBody(request)
.withMethod("POST")
.go();

Change password using JWT REST API: https://fusionauth.io/docs/v1/tech/apis/users/#change-a-users-password

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant