https://github.com/bluzphp/module-auth-google
Module Auth by Google for Bluz framework
https://github.com/bluzphp/module-auth-google
bluz-module
Last synced: about 2 months ago
JSON representation
Module Auth by Google for Bluz framework
- Host: GitHub
- URL: https://github.com/bluzphp/module-auth-google
- Owner: bluzphp
- License: mit
- Created: 2016-11-21T15:48:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T10:15:14.000Z (about 4 years ago)
- Last Synced: 2025-01-19T15:39:03.344Z (about 1 year ago)
- Topics: bluz-module
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Module auth-google for Bluz Skeleton
## Achievements
[](https://php.net/)
[](https://packagist.org/packages/bluzphp/module-auth-google)
[](https://travis-ci.org/bluzphp/module-auth-google)
[](https://scrutinizer-ci.com/g/bluzphp/module-auth-google/)
[](https://packagist.org/packages/bluzphp/module-auth-google)
[](https://packagist.org/packages/bluzphp/module-auth-google)
## Usage
### Install module
To install the module run the command:
```bash
php /vendor/bin/bluzman module:install auth-google
```
### Configure
Create an application at Developers Console (https://console.developers.google.com),
than setup *App ID* and *App Secret* inside *Google* section of the `auth.php`
configuration.
### Remove module
To remove the module, run the command:
```bash
php /vendor/bin/bluzman module:remove auth-google
```