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

1231 refine the auth0 login process #1250

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on May 16, 2024

  1. Initial Forgot Password Endpoint

    Add the endpoint for forgetting your password.
    AvocadoMoon committed May 16, 2024
    Configuration menu
    Copy the full SHA
    315b660 View commit details
    Browse the repository at this point in the history
  2. Allow HTTP Connection

    Allow a HTTP connection when the "isHTTP" property is set to true.
    AvocadoMoon committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2de3d0a View commit details
    Browse the repository at this point in the history
  3. Granular Control of Quarkus URL

    Added the ability to control the URL utilized by the client created to interact with quarkus. Before it assumed that Quarkus and the legacy API where on the same host, but now that doesn't have to be the case. It still makes that assumption if other options aren't provided.
    AvocadoMoon committed May 16, 2024
    Configuration menu
    Copy the full SHA
    037950e View commit details
    Browse the repository at this point in the history
  4. Revert API V1 Dynamic Path Changes

    Attempted to incorporate a dynamic path prefix to the quarkus API, but it was unnecessary since no matter if there's an ingress or not the path will always have the prefix /api/v1.
    AvocadoMoon committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1c4c12e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Authenticated Swagger UI

    AvocadoMoon committed May 17, 2024
    Configuration menu
    Copy the full SHA
    47e3f2e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Changed JWT Audience

    Change the audience for the JWT token to vcellapi because although the domain may be incorrect, the protocol used for that domain is the same for local development, thus one less thing to take care of.
    AvocadoMoon committed May 21, 2024
    Configuration menu
    Copy the full SHA
    87531ac View commit details
    Browse the repository at this point in the history
  2. Dynamic Java Popup for Redirect Browser

    Popup a GUI telling the enduser about the redirection of the browser. Initial creation still needs refinement.
    AvocadoMoon committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3b2fce5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6a9f1e View commit details
    Browse the repository at this point in the history
  4. Make Lost Password Public

    The function already contained within AdminDB existed, but was not an available function to classes external to its module, so I've relaxed the restrictions and made it public.
    AvocadoMoon committed May 21, 2024
    Configuration menu
    Copy the full SHA
    764bcb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45d63a1 View commit details
    Browse the repository at this point in the history