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

feat: add support for TOTP multi-factor authentication #220

Merged
merged 20 commits into from
Nov 28, 2023

Commits on Oct 13, 2023

  1. Add TOTP multi-factor authentication

    An attempt to see keratin#133
    through.
    thenhawke authored and AlexCuse committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4cb278a View commit details
    Browse the repository at this point in the history
  2. docker: add platform to mysql service

    The mysql:5.7 image does not yet have an Apple Silicon compatible
    build.
    jeffreylo authored and AlexCuse committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    27413be View commit details
    Browse the repository at this point in the history
  3. fix sqlite3 migration idempotency

    cainlevy authored and AlexCuse committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f24e3c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    241ffeb View commit details
    Browse the repository at this point in the history
  5. prefer /totp/new to begin onboarding

    cainlevy authored and AlexCuse committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    711cfd7 View commit details
    Browse the repository at this point in the history
  6. return key and png for new totp

    cainlevy authored and AlexCuse committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4b0834d View commit details
    Browse the repository at this point in the history
  7. remove unused arg

    cainlevy authored and AlexCuse committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    79a8824 View commit details
    Browse the repository at this point in the history
  8. prefer empty value with error code

    cainlevy authored and AlexCuse committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a55604c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. rebase/lint fixes

    AlexCuse committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    2e4eebe View commit details
    Browse the repository at this point in the history
  2. lint fixes for newer go

    AlexCuse committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    0feaded View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    ab4a823 View commit details
    Browse the repository at this point in the history
  2. always pass code as otp

    AlexCuse committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    86bcd88 View commit details
    Browse the repository at this point in the history
  3. use POST for /totp/new

    AlexCuse committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    890be18 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

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

Commits on Nov 6, 2023

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

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    6a7bd79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    153d385 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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

Commits on Nov 23, 2023

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