Initial commit: Auth Server Base
This commit is contained in:
5
api/oauth/verify.php
Normal file
5
api/oauth/verify.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
require($_SERVER['DOCUMENT_ROOT'].'/bitrix/modules/main/include/prolog_before.php');
|
||||
if(\Bitrix\Main\Loader::includeModule('conmed.authserver')) {
|
||||
\Conmed\Authserver\Api::verifyAction();
|
||||
}
|
||||
Reference in New Issue
Block a user