first
This commit is contained in:
commit
5aa7d034f7
3292 changed files with 465160 additions and 0 deletions
4
data/web/oauth/token.php
Executable file
4
data/web/oauth/token.php
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/prerequisites.inc.php';
|
||||
$request = OAuth2\Request::createFromGlobals();
|
||||
$oauth2_server->handleTokenRequest($request)->send();
|
||||
Loading…
Add table
Add a link
Reference in a new issue