fusionauth-typescript-client icon indicating copy to clipboard operation
fusionauth-typescript-client copied to clipboard

Missing API: changePasswordByJWT that accepts a JWT token

Open ceefour opened this issue 3 years ago • 0 comments

Currently only changePasswordByIdentity is given, however there is API for change password using JWT, but it's currently not possible: https://github.com/FusionAuth/fusionauth-typescript-client/blob/41aab6591a39bb6ec27b99630d9be06e569b3c7b/src/FusionAuthClient.ts#L146-L150

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

ceefour avatar Apr 29 '21 06:04 ceefour