Skip to content

KNIGHTTH0R/codeigniter-facebook-google-login

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeigniter Facebook Google Login

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.0%
  • Other 1.0%