Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

hlassiege/oauth-social-zuul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Strongly inspired from https://spring.io/blog/2015/02/03/sso-with-oauth2-angular-js-and-spring-security-part-v

There is some differences :

  • spring social is used to let the user choose between a classic login form and a social login (facebook)
  • jwt is not used
  • mongodb is used as a storage for users and tokens
  • crsf is disabled (mainly because I wasn't sure how it worked)

How to launch the application(s)

To login, you have to insert a record manually in simpleAccount

db.simpleAccount.insert( { "_id" : ObjectId("551d6197cbd5baa14fa2c3cc"), "email" : "some@one.com", "password" : "7284291fb9c4581e17c34e17516128339a4473ca973367b61f562405efce527e", "firstName" : "Hugo", "lastName" : "L", "locked" : true, "enabled" : false, "admin" : false })

user/password = some@one.com / password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published