Social Login with Spring Security

Introduction Social Login makes it easy for website to easily register and log in on your site with their existing social network identities from Facebook, Google, Twitter, LinkedIn and more than 30 other providers. Social Login increases registration rates by up to 50%, minimizes barriers to site entry and provides permission-based access to users’ first-party identity data, allowing you to start delivering personalized experiences that...

Spring Security Authentication with Persistent Remember Me example

Overview This article will show how to configure Remember Me functionality in Spring Security – using the standard cookie approach with persistence token. Before reading this article I would recommend to go through my previous blog on Spring Security Remember me Web Flow. As discussed, Spring Security provides two implementations for Remember-Me : 1. Simple Hash-Based Token Approach : It uses hashing to preserve the security of cookie-based...