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

[Feature] Support for Custom TOTP Time Periods #180

Open
pyron83 opened this issue Nov 6, 2024 · 1 comment
Open

[Feature] Support for Custom TOTP Time Periods #180

pyron83 opened this issue Nov 6, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@pyron83
Copy link

pyron83 commented Nov 6, 2024

Some TOTP implementations operate with time periods other than the default 30 seconds (e.g., 60 seconds or other intervals). Adding an option to configure custom time periods would enhance flexibility and compatibility with a broader range of TOTP solutions. For instance, older applications, like the discontinued Winauth 3.6.2 beta, included this feature.

@jp-weber jp-weber self-assigned this Nov 19, 2024
@jp-weber jp-weber added the enhancement New feature or request label Nov 19, 2024
@jp-weber
Copy link
Member

Thank you for your feature request. Manual setting is currently not possible, but the time period is already taken into account when the QR code is read out:

https://github.com/2fast-team/2fast/blob/master/Project2FA.Shared/ViewModels/Base/AddAccountViewModelBase.cs#L621

Manual setting will be available in the next update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants