8000 Comparing v2.36.19...master · Versent/saml2aws · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Versent/saml2aws
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.36.19
Choose a base ref
...
head repository: Versent/saml2aws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 12 files changed
  • 4 contributors

Commits on Mar 28, 2025

  1. Add --try-no-prompt flag

    --try-no-prompt uses credentials from non-interactive sources, if
    possilbe. Otherwise it prompts the user to enter these
    credentials.
    xenia-lang committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    c8af102 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. feat(authentik): Add MFA (TOTP) support (#1440)

    This change adds support for optional usage of MFA authenticator for IdP Authentik, Without this change it is not possible to use authentik provider when MFA like TOTP is configured for a user. Without this added support the only workaround is to use browser.
    ThimDeveloper authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    78330b9 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. fix: 🐛 simplify flow and remove password repeater (#1390)

    Prior to this commit, the configure flow contained multiple if
    statements, making the logic unnecessarily complex. Additionally, the
    password repeater was included, which is not required as this process
    is not a sign-up flow. The password repeater also caused ambiguity when
    passwords did not match.
    
    After this commit, The configure flow has been simplified by reducing
    the number of if statements, making the logic more straightforward. The
    password repeater has been removed entirely, as it is not needed. If the
    user inputs the wrong password, they can simply re-initiate the
    configure process.
    
    fixes #1390
    
    Signed-off-by: Sriram Venkatesh <sriram.venkatesh@versent.com.au>
    srizzling committed May 1, 2025
    Configuration menu
    Copy the full SHA
    1eeb6f8 View commit details
    Browse the repository at this point in the history
  2. ♻️ refactor: unnecessary duplicate error check

    Prior to this commit, The `console.go` file contained a duplicate error
    check for the `err` variable, which was redundant and unnecessary.
    
    After this commit, The duplicate error check has been removed,
    simplifying the code and improving readability.
    
    Signed-off-by: Sriram Venkatesh <sriram.venkatesh@versent.com.au>
    srizzling committed May 1, 2025
    Configuration menu
    Copy the full SHA
    a631e37 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Configuration menu
    Copy the full SHA
    6396781 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ca0d46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0625a7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65195ee View commit details
    Browse the repository at this point in the history
Loading
0