Базовая версия сервера API с авторизацией по протоколу OAuth2

This commit is contained in:
Andrey Pokidov
2020-02-27 13:11:52 +07:00
commit 2b167b585f
98 changed files with 9984 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
copy.src.files=false
copy.src.on.open=false
copy.src.target=
index.file=
run.as=LOCAL
url=https://oauth2-api.pokidov-dev.ln/

View File

@@ -0,0 +1,7 @@
include.path=${php.global.include.path}
php.version=PHP_72
source.encoding=UTF-8
src.dir=.
tags.asp=false
tags.short=false
web.root=.

9
nbproject/project.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.php.project</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/php-project/1">
<name>OAuth2 API</name>
</data>
</configuration>
</project>