An open API service indexing awesome lists of open source software.

https://github.com/salimi-my/social-login

This is a simple social media authentication web app created using Codeigniter. User can login with either Facebook, Google, or Twitter account.
https://github.com/salimi-my/social-login

codeigniter3 facebook-login google-login mysql tailwindcss twitter-login

Last synced: about 1 month ago
JSON representation

This is a simple social media authentication web app created using Codeigniter. User can login with either Facebook, Google, or Twitter account.

Awesome Lists containing this project

README

          

# [Social Login](https://social-login.salimi.my) · [![Author Salimi](https://img.shields.io/badge/Author-Salimi-%3C%3E)](https://www.linkedin.com/in/mohamad-salimi/)

This is a simple social media authentication web app created using Codeigniter. User can login with either Facebook, Google, or Twitter account.

## Simple Authentication Web App

- This is a simple authentication web app
- Login using Google, Twitter or Facebook API
- Created in PHP using Codeigniter framework
- Easy for installation

## Tech/framework used

- Codeigniter 3
- Tailwind CSS
- MySQL

## Starting the project

Open the [database.php](/application/config/database.php) and fill in your database configurations. Create new MySQL database then import [social_login.sql](/social_login.sql). Next, open the [social.test.php](/application/config/social.test.php) and fill in the configurations for Google, Facebook and Twitter then rename it as social.php. Finally, go to login page and login with either Facebook, Google, or Twitter account.

## Demo

Hosted privately on personal DigitalOcean Droplet. [Click here](https://social-login.salimi.my) to visit.


Direct link: `https://social-login.salimi.my`

## Screenshots

#### Login

![Login](/screenshots/screenshot-1.png)

#### Dashboard

![Dashboard](/screenshots/screenshot-2.png)