first commit
This commit is contained in:
commit
098f59b644
3632 changed files with 518046 additions and 0 deletions
4
mailcow/data/web/oauth/token.php
Normal file
4
mailcow/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();
|
||||
Loading…
Add table
Add a link
Reference in a new issue