-
Notifications
You must be signed in to change notification settings - Fork 20
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
AvocadoMoon
wants to merge
10
commits into
master
Choose a base branch
from
1231-refine-the-auth0-login-process
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+788
−62
Commits on May 16, 2024
-
Initial Forgot Password Endpoint
Add the endpoint for forgetting your password.
Configuration menu - View commit details
-
Copy full SHA for 315b660 - Browse repository at this point
Copy the full SHA 315b660View commit details -
Allow a HTTP connection when the "isHTTP" property is set to true.
Configuration menu - View commit details
-
Copy full SHA for 2de3d0a - Browse repository at this point
Copy the full SHA 2de3d0aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 037950e - Browse repository at this point
Copy the full SHA 037950eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1c4c12e - Browse repository at this point
Copy the full SHA 1c4c12eView commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 47e3f2e - Browse repository at this point
Copy the full SHA 47e3f2eView commit details
Commits on May 21, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 87531ac - Browse repository at this point
Copy the full SHA 87531acView commit details -
Dynamic Java Popup for Redirect Browser
Popup a GUI telling the enduser about the redirection of the browser. Initial creation still needs refinement.
Configuration menu - View commit details
-
Copy full SHA for 3b2fce5 - Browse repository at this point
Copy the full SHA 3b2fce5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6a9f1e - Browse repository at this point
Copy the full SHA b6a9f1eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 764bcb0 - Browse repository at this point
Copy the full SHA 764bcb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45d63a1 - Browse repository at this point
Copy the full SHA 45d63a1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.