Git Product home page Git Product logo

andrelohmann-silverstripe-bootstrap-social-connect's Introduction

bootstrap_social_connect

Maintainers

  • Andre Lohmann (Nickname: andrelohmann)

Requirements

Silverstripe 3.2.x

Introduction

Social Login/Connect with Twitter, Facebook and Google

Usage

Set AppID Parameters like in _config.php

The signup methods on FacebookController, TwotterController and GoogleController are just examples. Write your own Signup Method (with your specific form and parameters) and set the pathes.

Create Apps

Facebook

Google

Instagram

  • go to https://instagram.com/developer/ and register your application (Manage Clients)
  • set the correct URL
  • fetch API Key and API Secret and set inside your _ss_environment.php

Twitter

  • go to https://apps.twitter.com/ and create a new application
  • set all necessary URLs and save
  • go to settings and check "Allow this application to be used to Sign in with Twitter"
  • copy all credentials

Sources

used following sources for implementation

Facebook Login

https://developers.facebook.com/docs/facebook-login/login-flow-for-web-no-jssdk/

Google Login

https://developers.google.com/+/web/signin/server-side-flow https://developers.google.com/accounts/docs/OAuth2WebServer

Twitter login

https://dev.twitter.com/docs/auth/implementing-sign-twitter https://dev.twitter.com/docs/auth/oauth

https://github.com/abraham/twitteroauth

Notice

This repository uses the git flow paradigm. After each release cycle, do not forget to push tags, master and develop to the remote origin

git push --tags
git push origin develop
git push origin master

andrelohmann-silverstripe-bootstrap-social-connect's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.