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

allow a label/name to be added to a call to verify a new webauthn #74

Merged
merged 2 commits into from
Feb 24, 2023

Conversation

Baggerone
Copy link
Contributor

No description provided.

@Baggerone Baggerone changed the title allow a label to be added to a call to verify a new webauthn allow a label/name to be added to a call to verify a new webauthn Feb 23, 2023
@@ -461,7 +461,7 @@ public function mfaUpdateWebauthn(string $id, string $employeeId, string $label,
* @throws MfaRateLimitException
* @throws ServiceException
*/
public function mfaVerify(string $id, string $employeeId, $value, string $rpOrigin = '', string $type = '')
public function mfaVerify(string $id, string $employeeId, $value, string $rpOrigin = '', string $type = '', string $label = '')

Choose a reason for hiding this comment

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

When you have this kind of wrappiness, you probably should consider your parameters vertically.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

How about now?

@Baggerone Baggerone merged commit b33602a into develop Feb 24, 2023
@Baggerone Baggerone deleted the feature/label-webauthn-on-verify branch February 24, 2023 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants