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

What implementation does it support? (RFC 6238 (TOTP) vs. RFC 4226 (HOTP)) #13

Open
ehdis opened this issue Feb 7, 2020 · 1 comment
Labels
question Further information is requested

Comments

@ehdis
Copy link

ehdis commented Feb 7, 2020

Description on https://openrepos.net/content/slava/foil-auth says:

Only time-based (TOTP) passwords are supported in this version.

and https://github.com/monich/harbour-foilauth says:

is an HMAC-based generator of One-Time Passwords

so RFC 6238 (TOTP) vs. RFC 4226 (HOTP).

What implementation does it support?

@monich
Copy link
Owner

monich commented Feb 7, 2020

RFC 6238 with 30-seconds time step sounds like it, HMAC-SHA1 only. If HMAC-SHA256 is needed, it's easy enough to add SHA-256 option, but I would need a service to test against.

@monich monich added the question Further information is requested label Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants