modrinth / code

The Modrinth monorepo containing all code which powers Modrinth!
https://modrinth.com
Other
984 stars 187 forks source link

feat(labrinth): totp skew #2887

Closed Erb3 closed 3 days ago

Erb3 commented 2 weeks ago

Fixes #2875 by using totp-rs's method for checking validity, which accounts for the configured skew. The standard recommends a value of one period of skew, which is what we are configured to support. This was however not supported because of how the TOTP was checked.