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

fix: Passkey fixes #489

Merged
merged 1 commit into from
Feb 6, 2024
Merged

fix: Passkey fixes #489

merged 1 commit into from
Feb 6, 2024

Conversation

nishad-ayanworks
Copy link
Contributor

What

  • Worked on the passkey fixes for keycloak reset password registration.

Copy link

sonarcloud bot commented Feb 6, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@@ -296,6 +296,13 @@ export class UserService {
throw new NotFoundException(ResponseMessages.user.error.emailNotVerified);
}

const decryptedPassword = await this.commonService.decryptPassword(userInfo.password);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we generate the hash of the password and send it to the keycloak?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right now we are directly passing the password to the keycloak as it is.

Copy link
Contributor

@KulkarniShashank KulkarniShashank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

@nishad-ayanworks nishad-ayanworks merged commit b8909d3 into develop Feb 6, 2024
2 checks passed
@nishad-ayanworks nishad-ayanworks deleted the keycloak-passkey-fixes branch March 7, 2024 12:25
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

Successfully merging this pull request may close these issues.

3 participants