2017 © Pedro Peláez
 

library sns_login

This is facebook, google login

image

jhjjang/sns_login

This is facebook, google login

  • Tuesday, December 13, 2016
  • by jhjjang
  • Repository
  • 0 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 47 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Codeigniter Facebook Google Login

Traditional and social authorization application., (*1)

Demo

http://demo01.localtom.com/, (*2)

Installation

  • Upload files to your web server or local server.
  • configuration, (*3)

    application/config/database.php
    application/config/oauth2.php
    application/config/tank_auth.php
    application/config/email.php
    
  • Query schema.sql at your DB

For Linux server

  • make all sub directory permission to 755, (*4)

    cd /your-directory
    find . -type d -exec chmod 755 {} \;
    
  • make sure captcha folder is writable, (*5)

    chmod 777 captcha
    

Based On

  • Codeigniter 2.1.3, (*6)

    https://github.com/EllisLab/CodeIgniter/, (*7)

  • Tank Auth 1.09, (*8)

    https://github.com/TankAuth/Tank-Auth, (*9)

  • Codeigniter OAuth 2.0, (*10)

    https://github.com/philsturgeon/codeigniter-oauth2, (*11)

License

MIT License, CodeIgniter License, (*12)

The Versions

13/12 2016

dev-master

9999999-dev

This is facebook, google login

  Sources   Download

google login sns facebook