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: support webauthn #422

Merged
merged 13 commits into from
Mar 27, 2023
Merged

feat: support webauthn #422

merged 13 commits into from
Mar 27, 2023

Commits on Mar 6, 2023

  1. feat: support webauthn

    lanxiu.lwl committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    897cbf8 View commit details
    Browse the repository at this point in the history
  2. add try catch for navigator.credentials.xxx

    lanxiu.lwl committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    c4f72fb View commit details
    Browse the repository at this point in the history
  3. set config enableWebAuthn to false

    lanxiu.lwl committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    bb62a10 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. use crypto instead node-rsa

    lanxiu.lwl committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    77fdf61 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. remove user/token in session

    lanxiu.lwl committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    e69cc4e View commit details
    Browse the repository at this point in the history
  2. update wan_c_id/wan_c_public_key column type

    lanxiu.lwl committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    0af4f8a View commit details
    Browse the repository at this point in the history
  3. add sign up

    lanxiu.lwl committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    d071ab9 View commit details
    Browse the repository at this point in the history
  4. remove challenge/privateKey in session

    lanxiu.lwl committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    49deab7 View commit details
    Browse the repository at this point in the history
  5. macOS firefox not support webauthn

    lanxiu.lwl committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b11accf View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

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

Commits on Mar 24, 2023

  1. Merge branch 'master' into support-webauthn

    lanxiu.lwl committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    8ade8b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. webauthn better compatibility

    lanxiu.lwl committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    6a849e0 View commit details
    Browse the repository at this point in the history
  2. can unbind touch id/face id

    lanxiu.lwl committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    5f75c7a View commit details
    Browse the repository at this point in the history