mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Implementation of the backend for the OAuth2 clients management
This commit is contained in:
10
api/modules/oauth/Module.php
Normal file
10
api/modules/oauth/Module.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace api\modules\oauth;
|
||||
|
||||
use yii\base\Module as BaseModule;
|
||||
|
||||
class Module extends BaseModule {
|
||||
|
||||
public $id = 'oauth';
|
||||
|
||||
}
|
Reference in New Issue
Block a user