-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: Adding user and access management to the backend #110
base: main
Are you sure you want to change the base?
Conversation
…em when the requirements are settled
@@ -5,6 +5,8 @@ dependencies { | |||
implementation("org.springframework.modulith:spring-modulith-api") | |||
implementation("org.springframework.modulith:spring-modulith-events-api") | |||
|
|||
implementation("org.springframework.boot:spring-boot-starter-security:3.2.4") |
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.
Perhaps specifying version is not even needed as the one from spring boot will be taken automatically?
@@ -19,6 +25,11 @@ public class SpringWebConfig { | |||
@Value("${lob.cors.allowed.origins:http://localhost:3000}") |
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.
@Kammerlo is this url suppose to be dev url? 'https://dev.cf-lob.metadata.dev.cf-deployments.org' currently endpoints with authorization not working. trying to see we missed anything.
Some things are still ToDo: