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

Signup auth #699

Merged
merged 16 commits into from
Nov 13, 2024
Merged

Signup auth #699

merged 16 commits into from
Nov 13, 2024

Commits on Sep 19, 2024

  1. refactor check_reauthn to be able to reuse it

    rename credential_used to credential_requested as that should be less
    confusing
    johanlundberg committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    73d7fdd View commit details
    Browse the repository at this point in the history
  2. add ability to check for "signup auth"

    Used instead of a login event during the signup process
    johanlundberg committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a92a9bf View commit details
    Browse the repository at this point in the history
  3. change webauthn UserVerificationRequirement from "discouraged" to "pr…

    …eferred"
    
    as that is what we want today
    Allow to change it using configuration.
    johanlundberg committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    da6796a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    82bdff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa41a27 View commit details
    Browse the repository at this point in the history
  3. forgotten import change

    johanlundberg committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e3bd57a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c42d35e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. refactor test code

    johanlundberg committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    90597ba View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

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

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    36796ab View commit details
    Browse the repository at this point in the history
  2. fallback to checking when the security key was added to the user to

    be able to verify a newly registered security key without a full login
    johanlundberg committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ac4c7cf View commit details
    Browse the repository at this point in the history
  3. remove unused code

    sort authn actions to get the latest if there are multiple of the same
    type
    johanlundberg committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4ec9fd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e294ab1 View commit details
    Browse the repository at this point in the history
  5. make reformat

    johanlundberg committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c4fd740 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fail auto import

    johanlundberg committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    52e1292 View commit details
    Browse the repository at this point in the history
  2. make reformat

    johanlundberg committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    66f0504 View commit details
    Browse the repository at this point in the history