-
Notifications
You must be signed in to change notification settings - Fork 0
[refactor] Update OIDCProvider & EventItem #28
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
Conversation
…point construction in Status service
…and redirect paths
…guration and simplify sign-in/sign-out callbacks
…d from the application
.env.exmaple
Outdated
@@ -0,0 +1,7 @@ | |||
SD_BACKEND_URL="/v2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As an example, it should be more detailed. I'm suggesting to put here something like
SD_BACKEND_URL="http://localhost:8080/v2"
.env.exmaple
Outdated
SD_BACKEND_URL="/v2" | ||
|
||
SD_CLIENT_ID="" | ||
SD_AUTHORITY="" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this env variable for an authority url? If yes, please add _URL
to the end.
…ew variable names and local backend URL
Summary of the Pull Request
This PR focuses on improving the functionality, performance, and maintainability of the application with the following changes:
Changes
EventItem
component to improve readability and maintainability.