Hi, Suppose you’re working on a maven project in your local machine using some local credentials, like database connections, username-passwords…
Spring Security
Starting a new Spring Boot Project? Begin with a Skeleton
If you are looking forward to start a new spring project, you may need to do a lot of boilerplate…
Redis as Token Store Spring Boot Oauth2
In this article we’ll use redis as token store instead of in memory token store. 1. Dependency Add redis…
Programmatically removing authentication by invalidating token | Spring OAuth2
It’s a pain revoking user authentication (Logging out a user) programmatically in spring oauth2. Specially if we use in memory…
Implement password Reset feature for your java application
Grettings! In this article I’ll show you how you can implement a password reset feature in your java application. You…
Flood Control (Limit Login Attempts) in Spring Security
May be sometimes you wanna limit your users login attempt for better security, to protect them from buitforce attack, so…
Spring Security: Using OAuth2 and web security both in same project
Hi, I’ve been experiencing a pretty annoying trouble using both web security and OAuth2. I implemented OAuth2 first for my…
Implementing oAuth2 in Spring Boot with Spring Security
What an evening! Too much hot and humid. Total disaster! So this kinda evening is perfect for an interesting topic.…
স্প্রিং সিকিউরিটিঃ UserDetailsService দিয়ে ইউজার অথেনটিকেশন
স্প্রিং সিকিউরিটি বেসিক অথেনটিকেশন নিয়ে আমার পূর্বের আর্টিকেলটি দেখুন এখানে। এই আর্টিকেলে আমরা UserDetailsService দিয়ে ডেটাবেইজে ইউজারের টেবিল থেকে আমরা…
স্প্রিং সিকিউরিটিঃ বেসিক অথেন্টিকেশন
১। ভূমিকা স্প্রিং সিকিউরিটি জাভা অ্যাপ্লিকেশনের নিরাপত্তা দেয়ার জন্য একটা ফ্রেমওয়ার্ক। এরকম আরও কয়েকটা ফ্রেমওয়ার্ক আছে যেমন PicketLink, Apache…