Skip to content

cibseven/cibseven-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

cibseven-spring-boot

πŸ” Authentication Setup

To enable secure authentication, follow these steps:

  1. Create a properties file in our Spring Boot project:

cibseven-spring-boot/src/main/resources/cibseven-webclient.properties

  1. Add the following property, replacing SECRET with the jwtSecret defined in the webclient project:

authentication.jwtSecret=SECRET

πŸ”‘ The SECRET value should match the one configured in: cibseven-webclient-web/src/main/resources/cibseven-webclient.yaml

This ensures that both webclient and spring-boot services use the same token secret for secure JWT validation.

βœ… Note: The file cibseven-webclient.properties is included in .gitignore and should not be committed to version control.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages