jhjjang/sns_login

There is no license information available for the latest version (dev-master) of this package.

This is facebook, google login

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 38

pkg:composer/jhjjang/sns_login

dev-master 2016-12-13 06:43 UTC

This package is not auto-updated.

Last update: 2025-12-15 21:38:36 UTC


README

Traditional and social authorization application.

Demo

http://demo01.localtom.com/

Installation

  • Upload files to your web server or local server.

  • configuration

    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

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

    chmod 777 captcha
    

Based On

License

MIT License, CodeIgniter License