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.
- Host: GitHub
- URL: https://github.com/salimi-my/social-login
- Owner: salimi-my
- Created: 2023-01-29T08:01:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T15:57:56.000Z (about 2 years ago)
- Last Synced: 2025-02-14T19:30:30.954Z (over 1 year ago)
- Topics: codeigniter3, facebook-login, google-login, mysql, tailwindcss, twitter-login
- Language: PHP
- Homepage:
- Size: 1.74 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
README
# [Social Login](https://social-login.salimi.my) · [](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

#### Dashboard
