You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
code is random generated, and we log timestamp + health provider uid on code generation. This allows generating many in advance, but only per health provider. May be hard to scale.
generate random single code on-demand, and log timestamp + health provider uid on generation
use something like TOTP with a time step of 12 hours, leading to codes being valid for 4 days. No way to tie health provider to code? Theoretically we could support offline code generation with this approach, but that requires building an app.
use TOTP + health provider uid + HMAC of previous two
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Possible approaches:
The text was updated successfully, but these errors were encountered: