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 Flow for passwordless authentication #3678

Commits on Jun 13, 2024

  1. Prefer login without password over access token

    The access token method is inferior to password login for a non-password account because the default fallback for an invalid/expired token is the require sign in screen.
    pascalwei committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    bdbdcf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Revert "Prefer login without password over access token"

    This reverts commit bdbdcf4.
    pascalwei committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    620b3fd View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Add authenticateNoPassword flow

    - Fix forced sign in on invalid session token
    - Exclude no password accounts from always authenticate
    pascalwei committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    cd002cf View commit details
    Browse the repository at this point in the history