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/login url handling and errors #52

Merged
merged 3 commits into from
Dec 2, 2021

Commits on Nov 30, 2021

  1. feat: improve url handling in login form

    Sanitize Cozy url before login
    
    Display a user friendly exception in case of badly formated Cozy url
    Ldoppea committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    2a297c0 View commit details
    Browse the repository at this point in the history
  2. fix: retrieve correct message when stack returns an error

    CozyStack error messages do not fit Bitwarden's errors format so we
    have to create a custom parser for them
    Ldoppea committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    ff97653 View commit details
    Browse the repository at this point in the history
  3. feat: display user friendly error in case of 401 error from Stack

    As the stack does not translate error messages and 401 is the most
    common error then we intercept this specific error to translate it on
    client side
    Ldoppea committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    9ffea65 View commit details
    Browse the repository at this point in the history