PHPackages                             cblink-service/oauth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. cblink-service/oauth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

cblink-service/oauth
====================

Package description here.

v0.1.0(5y ago)0330MITPHP

Since Sep 16Pushed 5y ago2 watchersCompare

[ Source](https://github.com/cblink-service/oauth)[ Packagist](https://packagist.org/packages/cblink-service/oauth)[ RSS](/packages/cblink-service-oauth/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

 oauth
=======

[](#-oauth-)

 .

Installing
----------

[](#installing)

```
$ composer require cblink-service/oauth -vvv
```

Configure
---------

[](#configure)

config/services.php

```
return [
    // ...

    // add
    'service-oauth' => [
        'base_url' => '',
        'token' => ''
    ]
];
```

config/auth.php

```
