Arihant Singh Verma
Results
2
issues of
Arihant Singh Verma
This API: https://github.com/FusionAuth/go-client/blob/master/pkg/fusionauth/Client.go#L290 has the functionality to: // ChangePasswordByIdentity // Changes a user's password using their identity (login id and password). Using a loginId instead of the changePasswordId // bypasses...
The Login API is supposed to sign-in a User and return a "Set-Cookie" header that contains the refresh token and access token, but the client does not read the headers...