Facebook SDK :
no more 0Auth remote database…no more sign up form…use Facebook for sign up…
use own database to validate users…no more third party database…
short coding ( need only 2 JavaScript – sdk.js and facebook.js )
Fast implementation
[ This project can be improved using Spring security / boot etc for more security. I just explored how it works ]Let’s Start with complete code with GIT repo.
You can clone it from my GIT-HUB account
or
download it -> unzip it -> run.
1 |
git clone https://github.com/ketan-jft/FacebookAuthWithGrails3.git |
The project will look like above . . .
1 2 3 4 |
Just create a app in grails: grails create-app socialPlugins cd socialPlugins grails run-app |