Skip to content

Commit

Permalink
=
Browse files Browse the repository at this point in the history
  • Loading branch information
arikaim-repository committed Jan 23, 2020
1 parent 8dda5c5 commit 7f96038
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
7 changes: 3 additions & 4 deletions OAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
* Arikaim
*
* @link http://www.arikaim.com
* @copyright Copyright (c) 2017-2019 Konstantin Atanasov <info@arikaim.com>
* @license http://www.arikaim.com/license.html
* @copyright Copyright (c) Konstantin Atanasov <info@arikaim.com>
* @license http://www.arikaim.com/license
*
*/
namespace Arikaim\Modules\Oauth_Client;

use Arikaim\Core\Utils\Utils;
use Arikaim\Core\Packages\Module\Module;
use Arikaim\Core\Extension\Module;

class OAuth extends Module
{
Expand All @@ -21,7 +21,6 @@ public function __construct()
$this->provider = null;
// module details
$this->setServiceName('oauth');
$this->setBootable(false);
}

public function __call($method, $args)
Expand Down
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
<p align="center">
<img src="https://img.shields.io/github/release/arikaim/oauth-module.svg" alt="version: 1.0.0">
<img src="https://img.shields.io/badge/License-GPLv3-blue.svg" alt="license: GPL3">
</p>
### Arikaim CMS OAuth Client Module
![1.0.0](https://img.shields.io/github/release/arikaim/oauth-module.svg)
![GPLv3](https://img.shields.io/badge/License-GPLv3-blue.svg)

# OAuth Module
Arikaim OAuth client module

### Install
```

#### Requirements
* PHP 7.1
* [Arikaim CMS](https://github.com/arikaim/arikaim)


#### Install

```bash

composer require arikaim/oauth-module

```
7 changes: 5 additions & 2 deletions module.json → arikaim-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"title": "OAuth Client",
"version": "1.0.0",
"name": "oauth",
"package-type": "module",
"version": "1.0.2",
"class": "OAuth",
"description": "OAuth2 client.",
"description": "OAuth client.",
"repository":"https://github.com/arikaim/oauth-module.git",
"requires": [
"league/oauth2-client"
],
Expand Down

0 comments on commit 7f96038

Please # to comment.