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 Warden::WebAuth::StrategyHelpers.user_verification_flag #10

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    42f07f0 View commit details
    Browse the repository at this point in the history
  2. Add Warden::WebAuth::StrategyHelpers.user_verification_flag

    * There is a regression in Safari where "userVerification: required" is
    	not consistently applied
    	* To allow users to still access their apps; we've moved the
    		`user_verification` flag to its own method, `user_verification_flag`
    		which can be overridden by strategies as needed.
    * See: goauthentik/authentik#8862
    tcannonfodder committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    98e4535 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.3.1

    tcannonfodder committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    885e724 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3697e4a View commit details
    Browse the repository at this point in the history
  5. Disable Metrics/AbcSize for `verify_authentication_and_find_stored_…

    …credential`
    
    * Inherently a complex method
    tcannonfodder committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c798223 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3afde9b View commit details
    Browse the repository at this point in the history