Open Issues Need Help
View All on GitHub Libraries • Authentication
`AuthenticatorFactor` should take an `Authenticator` not a u64 for the `discrepancy`. about 1 month ago
AI Summary: Modify the `AuthenticatorFactor` in the Authfix library to accept an `Arc<Authenticator>` instead of a `u64` for discrepancy. This change requires making the `Authenticator` struct constructible, allowing for consistent use of the same authenticator instance for code generation and verification, improving efficiency and reducing redundancy.
Complexity:
3/5
good first issue
Authfix is an easy-to-use authentication library for Actix Web.
Rust
#actix#actix-web#actix-web-middleware#authentication#login#mfa#rust#session