Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.08 KB

README.md

File metadata and controls

16 lines (11 loc) · 1.08 KB

Less than Spring security 5.6

spring-security-access-key

This repository is compatible with Spring Security when using a whitelist implementation.
The annotation and voter modules follow the architecture of Spring Security version 5.6 and below.

The reason is that they follow the implementation before the change in method security.

Spring security 6.1

The interceptor module reflects the latest architecture of Spring Security 6.1. The implementation of the whitelist has also been slightly modified. Unlike before, it now performs authorization checks using header tokens instead of IP whitelists.

Since relying solely on IP for authentication can pose security issues, the implementation has been changed.