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

feat: Adding user and access management to the backend #110

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Kammerlo
Copy link
Member

@Kammerlo Kammerlo commented Dec 12, 2024

Some things are still ToDo:

  • Double check if the Annotations are correct according to the Requirements - @M4rc0Russ0
  • Adding the possibility to deactivate Security via a property variable - @Kammerlo

@Kammerlo Kammerlo requested a review from M4rc0Russ0 December 12, 2024 12:52
@Kammerlo Kammerlo self-assigned this Dec 12, 2024
@Kammerlo Kammerlo marked this pull request as ready for review December 16, 2024 11:20
@@ -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")
Copy link
Contributor

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}")
Copy link

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.

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.

5 participants