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

Add support for fingerprint login #654

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 20, 2024

  1. Implement finger-print authentication

    Many thanks to Kerigan for providing the original C code.
    This commit mainly posts his code to zig.
    Additional features provided by me are:
    	- automatically checking every 100ms
    	- request new login info for new usernames
    
    Co-authored-by: Kerigan <kerigancreighton@gmail.com>
    JAicewizard and kercre123 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6bf9b92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc15ab3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2db48c5 View commit details
    Browse the repository at this point in the history
  4. Fix processing wrt fingerprint login

    This also involves a major split of the authentication code, which allows
    the fingerprint and password logins to use the same code.
    JAicewizard committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c42cf12 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    4bf4de8 View commit details
    Browse the repository at this point in the history