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

Create/Update tenant with ReCAPTCHA Config #1586

Merged
merged 14 commits into from
Mar 7, 2022
Merged

Commits on Feb 22, 2022

  1. Support reCaptcha config /create update on tenants.

     - Updated reCaptcha config type align with backend API.
     - Support create and update tenants with reCaptcha config.
     - Added reCaptcha unit tests on tenants.
    Xiaoshouzi-gh committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    1cd6fe5 View commit details
    Browse the repository at this point in the history
  2. fix lint issue

    Xiaoshouzi-gh committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    4bdd00b View commit details
    Browse the repository at this point in the history
  3. export Recaptcha Config

    Xiaoshouzi-gh committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    f98cd0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    766adc5 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

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

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    6452fe1 View commit details
    Browse the repository at this point in the history
  2. remove logs

    Xiaoshouzi-gh committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    18c2e02 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

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

Commits on Mar 7, 2022

  1. Address PR feedbacks.

    Major updates - Removed ManagedRuleAuth class and move the validation to recaptchaAuthConfig object.
    Xiaoshouzi-gh committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    9be6dfe View commit details
    Browse the repository at this point in the history
  2. Update src/auth/tenant.ts

    Co-authored-by: Lahiru Maramba <llahiru@gmail.com>
    Xiaoshouzi-gh and lahirumaramba committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    24dad45 View commit details
    Browse the repository at this point in the history
  3. Update src/auth/auth-config.ts

    Co-authored-by: Lahiru Maramba <llahiru@gmail.com>
    Xiaoshouzi-gh and lahirumaramba committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    bdb0f91 View commit details
    Browse the repository at this point in the history
  4. Update src/auth/tenant.ts

    Co-authored-by: Lahiru Maramba <llahiru@gmail.com>
    Xiaoshouzi-gh and lahirumaramba committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    b6bf490 View commit details
    Browse the repository at this point in the history
  5. Update src/auth/auth-config.ts

    Co-authored-by: Lahiru Maramba <llahiru@gmail.com>
    Xiaoshouzi-gh and lahirumaramba committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    e0c1427 View commit details
    Browse the repository at this point in the history
  6. fix lint

    Xiaoshouzi-gh committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    ee241f7 View commit details
    Browse the repository at this point in the history