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

As a user, I would like to be able to enable TOTP, to increase account security #49

Open
Ratler opened this issue Feb 21, 2023 · 0 comments

Comments

@Ratler
Copy link
Member

Ratler commented Feb 21, 2023

Context

The user should be able to enable and disable TOTP protection for their account.

Acceptance criteria

  • Add endpoints to enable and disable TOTP
  • Upon enabling TOTP, backup codes need to be provided
    • Backup codes are for one use only, state management required
    • The user should be able to request new backup codes which will invalidate the old ones
  • Improve the current implementation to accept sliding time step windows +-30sec
  • Improve the current implementation to track validated OTPs within that time step window in order to disallow multiple re-uses of the same OTP - for more info see https://datatracker.ietf.org/doc/html/rfc6238#section-5
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

No branches or pull requests

1 participant