https://github.com/livehelperchat/lhcgoogleauth
Google Authentication support
https://github.com/livehelperchat/lhcgoogleauth
Last synced: 11 months ago
JSON representation
Google Authentication support
- Host: GitHub
- URL: https://github.com/livehelperchat/lhcgoogleauth
- Owner: LiveHelperChat
- Created: 2019-06-21T10:13:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-28T12:55:31.000Z (about 1 year ago)
- Last Synced: 2025-06-19T17:51:06.349Z (12 months ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Google Authentication support
## Install instructions
1. Clone github repository
2. Put cloned folder in extension/ directory
3. Activate extension in settings/settings.ini.php file
```
'extensions' =>
array (
'lhcgoogleauth'
),
```
4. Install composer requirements with. You have to download composer or just have it installed already.
```
cd extension/lhcgoogleauth && composer.phar update
```
5. Clean cache. Just click clean cache in Live Helper Chat back office.
6. Execute doc/install.sql on database manager or just run
```
php cron.php -s site_admin -e lhcgoogleauth -c cron/update_structure
```
9. Enter settings in module configuration from left menu Modules -> Google Auth
10. That's it.
You will have to create web application project in google.