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

Implement TOTP generation #3526 #3528

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

winzj
Copy link
Member

@winzj winzj commented Oct 18, 2024

- add TOTPGenerator with unit tests
- add TOTPGeneratorTest with test data from RFC-6238
- add dependencies to handle different encodings
@winzj winzj marked this pull request as ready for review October 18, 2024 06:46
@winzj winzj requested a review from de-jcup October 18, 2024 06:46
Copy link
Member

@de-jcup de-jcup left a comment

Choose a reason for hiding this comment

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

Good work 👍

@winzj winzj merged commit 454b645 into develop Oct 28, 2024
2 checks passed
@winzj winzj deleted the feature-3526-totp-for-zap-wrapper branch October 28, 2024 06:14
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.

Implement possibility to compute TOTP as an additional authentication factor during webscans
2 participants