[Web] Do not allow to add domain admin for non existing domain
[Web] oAuth2 implementation (wip)
This commit is contained in:
4
data/web/oauth/token.php
Normal file
4
data/web/oauth/token.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/prerequisites.inc.php';
|
||||
$request = OAuth2\Request::createFromGlobals();
|
||||
$oauth2_server->handleTokenRequest($request)->send();
|
Reference in New Issue
Block a user