All Projects → sunilpulugula → SpringSecuritySocialLoginExample

sunilpulugula / SpringSecuritySocialLoginExample

Licence: other
This application will provider user to login with social login( facebook, linkedin and twitter) and form login as well.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to SpringSecuritySocialLoginExample

Javaquarkbbs
基于Spring Boot实现的一个简易的Java社区
Stars: ✭ 755 (+1835.9%)
Mutual labels:  hibernate, spring-mvc
Tianti
java轻量级的CMS解决方案-天梯。天梯是一个用java相关技术搭建的后台CMS解决方案,用户可以结合自身业务进行相应扩展,同时提供了针对dao、service等的代码生成工具。技术选型:Spring Data JPA、Hibernate、Shiro、 Spring MVC、Layer、Mysql等。
Stars: ✭ 1,053 (+2600%)
Mutual labels:  hibernate, spring-mvc
Journaldev
JournalDev Projects
Stars: ✭ 897 (+2200%)
Mutual labels:  hibernate, spring-mvc
springmvc
spring mvc study
Stars: ✭ 87 (+123.08%)
Mutual labels:  hibernate, spring-mvc
Jblog
🔱一个简洁漂亮的java blog 👉基于Spring /MVC+ Hibernate + MySQL + Bootstrap + freemarker. 实现 🌈
Stars: ✭ 187 (+379.49%)
Mutual labels:  hibernate, spring-mvc
Angularjs Springmvc Sample
A RESTful sample using AnguarJS/Bootstrap as frontend and Spring MVC as REST API producer
Stars: ✭ 292 (+648.72%)
Mutual labels:  hibernate, spring-mvc
Springbootunity
rabbitmq、redis、scheduled、socket、mongodb、Swagger2、spring data jpa、Thymeleaf、freemarker etc. (muti module spring boot project) (with spring boot framework,different bussiness scence with different technology。)
Stars: ✭ 845 (+2066.67%)
Mutual labels:  hibernate, spring-mvc
BusinessInfrastructurePlatformGroupVersion
A java web project based on Spring Boot using MySQL, Spring MVC, Hibernate, Spring Data JPA, Query DSL, Lombok, Logback, etc.
Stars: ✭ 90 (+130.77%)
Mutual labels:  hibernate, spring-mvc
Java Course
Self paced course for Java Engineers
Stars: ✭ 103 (+164.1%)
Mutual labels:  hibernate, spring-mvc
Curso Sistemas Web Com Spring Javascript Bootstrap
Stars: ✭ 74 (+89.74%)
Mutual labels:  hibernate, spring-mvc
Spring Boot Mysql Rest Api Tutorial
Building a Restful CRUD API using Spring Boot, Mysql, JPA and Hibernate
Stars: ✭ 279 (+615.38%)
Mutual labels:  hibernate, spring-mvc
Spring Framework Petclinic
A Spring Framework application based on JSP, Spring MVC, Spring Data JPA, Hibernate and JDBC
Stars: ✭ 251 (+543.59%)
Mutual labels:  hibernate, spring-mvc
Spring Boot Enterprise Application Development
Spring Boot Enterprise Application Development.《Spring Boot 企业级应用开发实战》
Stars: ✭ 261 (+569.23%)
Mutual labels:  hibernate, spring-mvc
Angularjs Springmvc Sample Boot
A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.
Stars: ✭ 309 (+692.31%)
Mutual labels:  hibernate, spring-mvc
Spring Petclinic Rest
REST version of the Spring Petclinic sample application
Stars: ✭ 257 (+558.97%)
Mutual labels:  hibernate, spring-mvc
Javastudspringmvcweb
This is annotation based on Spring and Hibernate Version 4 project.
Stars: ✭ 24 (-38.46%)
Mutual labels:  hibernate, spring-mvc
online-shopping
This is an online shopping project using Spring Boot,Spring web-flow, Spring Rest Services and Hibernate. In this project we also used Spring Security with java and annotation configuration
Stars: ✭ 34 (-12.82%)
Mutual labels:  hibernate, spring-mvc
JavaEE
🔥⭐️👍框架(SSM/SSH)学习笔记
Stars: ✭ 33 (-15.38%)
Mutual labels:  hibernate, spring-mvc
Kotlin Spring Boot Jpa Rest Api Demo
Build a Restful API with Kotlin, Spring Boot, Mysql, Jpa and Hibernate
Stars: ✭ 67 (+71.79%)
Mutual labels:  hibernate, spring-mvc
Dhis2 Core
DHIS2 Core. Written in Java. Contains the service layer and Web API.
Stars: ✭ 199 (+410.26%)
Mutual labels:  hibernate, spring-mvc

SpringSecuritySocialLoginExample

Introduction

This project is an example of how to implement social login feature using spring framework.Here is the Blog of this application for precise explination.This application supprts

  1. Form Login : This is classic login,where there will be a form accepting username and password.User need to submit his/her user details.

  2. Social Login (Facebook,twitter & linkedin) : Here social user can signin in the application using their Facebook/Twitter/linkedin accounts. Then we add support for current users to associate their social accounts with their accounts in the application,it is also called mapping social user with local user.

Prerequisites

This application assumes that you have already created the Facebook,Twitter and Linkedin application used by this application. Once you registered application with social provider developer site,you will api key and secret as follows

facebook provider details :

facebook.api.key=781512165315051

facebook.api.secret=376f760458f2411bb9dd9a57b2a16fd9

twitter provider details

twitter.api.key=kBcdXhCEQcTE8wz5zxliQCJX6

twitter.api.secret=6qiXptqIR1rHyWirlK1Alrk2FXiccyOk0dc2paZRUyjkJqI1IL

linkedin provider details

linkedin.api.key=75ileo93c5xmr5

linkedin.api.secret=pUdw0kH9ggnj9QQE

Build :

mvn clean install

Deploy :

deploy spring-security-social-login-example.war in web server(Tomcat).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].