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

Conversation

AvocadoMoon
Copy link
Contributor

No description provided.

Add the endpoint for forgetting your password.
Allow a HTTP connection when the "isHTTP" property is set to true.
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.
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.
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.
Popup a GUI telling the enduser about the redirection of the browser. Initial creation still needs refinement.
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 AvocadoMoon requested a review from jcschaff May 21, 2024 18:31
@AvocadoMoon AvocadoMoon self-assigned this May 21, 2024
@AvocadoMoon AvocadoMoon linked an issue May 21, 2024 that may be closed by this pull request
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refine the Auth0 login process
1 participant