Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4mpy authored Nov 23, 2024
1 parent 68954b4 commit e621d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Give a try to the new [`spring-addons-starter-rest`](https://github.com/ch4mpy/s

## [`spring-addons-starter-oidc`](https://github.com/ch4mpy/spring-addons/tree/master/spring-addons-starter-oidc)

`spring-boot-starter-oauth2-client` and `spring-boot-starter-resource-server` are super useful when configuring a Spring application. But their defaults rarely satisfy a production use-case and we almost always need to write the `Security(Web)FilterChain` in application code, which can be a verbose, complicated, and error-prone task.
`spring-boot-starter-oauth2-client` and `spring-boot-starter-resource-server` defaults rarely satisfy a production use-case and we almost always need to write the `Security(Web)FilterChain` in application code, which can be a verbose, complicated, and error-prone task.

`spring-addons-starter-oidc` builds on top of _"offical"_ starters to significantly reduce the need for security configuration code. It even brings it down to 0 in most cases.

Expand Down

0 comments on commit e621d11

Please sign in to comment.