Filter
Exclude
Time range
-
Near
SecurityContextHolder #SpringSecurity
2
SecurityFilterChain over WebSecurityConfigurerAdapter Spring Security now favors SecurityFilterChain for a more flexible and component-based security configuration. #SpringBoot #SpringSecurity #Java
2
160
Spring Security 7 makes Lambda DSL the standard, offering cleaner, more readable configurations with less boilerplate and better alignment with modern Spring Boot applications. #SpringSecurity #SpringBoot #Java #BackendDevelopment
7
616
🚀 Spring Boot tip: With Spring Boot and Spring Security, you can secure endpoints easily. #SpringBoot #SpringSecurity
5
63
1,701
Today I defeated the final boss of frontend-backend integration: The CORS Error. 🛡️🌐 I learned how browsers use Cross-Origin Resource Sharing to protect users and how to properly configure @SpringSecurity to "allow" my frontend origin. #BuildInPublic #Java #SpringSecurity
2
15
JWT Spring Security still confusing you? This clean authentication flow finally made it click for my whole team: Security pros – one config you ALWAYS double-check before going live? Reply! 👇 #SpringSecurity
1
5
225
Setting up OAuth2 in Spring Boot? This clean flow diagram saved me from so many auth bugs: Security done right means fewer 4xx headaches in prod. What’s your OAuth horror story? Reply! 👇 #SpringSecurity
1
5
212
#Spring: risolte nuove vulnerabilità, tra cui una con gravità “critica” e due “alta”, in #SpringSecurity e #SpringAuthorizationServer Rischio: 🟠 Tipologia: 🔸 Authentication Bypass 🔸 Privilege Escalation 🔗 acn.gov.it/portale/en/w/riso… 🔄 Aggiornamenti disponibili 🔄
2
228
Spring Security reveals 7 flaws, including a critical 9.6 CVSS vulnerability in version 7.0. From auth bypass to X.509 impersonation, upgrade to 7.0.5 now. #SpringSecurity #InfoSec #CyberSecurity #Java #CVE202622752 #AuthBypass #PatchAlert securityonline.info/spring-s…
1
4
11
626
I’ve been MIA for a minute, but it’s time to get back to the build. 💻 I’m officially diving into Spring Security. My plan is to document the progress, the breakthroughs, and the "why is this 403-ing?" moments right here. Buckle up. 🔐 #BuildInPublic #SpringSecurity #Java
2
40
Be honest… are you still relying on just a password in 2026? 😅 I know I was—until Spring Security 7 dropped native MFA support. No more custom filters or third-party hacks.Just slap on @ EnableMultiFactorAuthentication, require password OTT (or whatever factors you need), and Spring handles the rest intelligently. It even auto-redirects users to complete missing factors. Game changer. Who else is finally killing password-only logins? Drop a 🔥 if you’re in #SpringBoot #SpringSecurity
1
1
4
141
Password alone in 2026? 😅 Come on, we all know that’s asking for trouble. Spring Security 7 just dropped proper built-in MFA support — and it’s actually clean and flexible. No more fighting with custom filters. Just annotate, require your factors (password OTT, X509, whatever), and you’re done. Leveling up your app’s security has never been this straightforward. Full guide here 👇 baeldung.com/spring-security… #SpringBoot #SpringSecurity #MFA #Java
1
3
130
Spring Security JWT in microservices (real pitfalls) 
JWT Spring Security sounds simple… until tokens leak or you can’t revoke them 👀 My production setup: RS256 signing (not HS256) Short expiry refresh tokens @PreAuthorize on controllers Learned the hard way with token revocation. Stateless but controllable. #SpringSecurity #Microservices
3
143
A critical 9.1 CVSS flaw in Spring Security (CVE-2026-22732) fails to write HTTP headers, exposing Java apps to severe data leaks. Update immediately. #SpringSecurity #CVE202622732 #CyberSecurity #JavaSecurity #InfoSec #Vulnerability #DataLeak #AppSec securityonline.info/critical…
7
16
755
全网付费文章-大佬文集圈 学习先锋 精选研报 3月18日更新 pan.quark.cn/s/44f0e9b30024 知识星球 Java达摩院SpringSecurity pan.quark.cn/s/4501b22830ec 某社群视频号AI树苗带货全套玩法,门槛低、人群广、需求稳,带货嘎嘎猛! pan.baidu.com/s/1AhyOwp5ntxR…

3
1,068
More to see at @devnexus: Ever wanted to check if a secured endpoint works? In @intellijidea, you can temporarily unlock secured endpoints during local debugging. No need to modify the @springsecurity config. Reduce the risk of committing security changes and test faster.
2
9
66
7,928
I'm honored to be speaking with @starbuxman at @devnexus about Bootiful @SpringSecurity For additional information see devnexus.org/events/bootiful… I hope to see you there! #SpringSecurity #Spring #Java #devnexus
1
2
8
1,077
個人的には 8→21や25でつまづくところは、ランタイムやコンパイラの問題はクリアできるんだけど、フレームワークのバージョン違いで動きが違うどころか、実装方法も変わるところですかね な、SpringSecurity。
4
93