Enabled Json Web Token authorisation on backend, and frontend

This commit is contained in:
Nedim Uka
2018-07-24 17:28:24 +02:00
parent 03963d6056
commit 1f6b1043a4
34 changed files with 7539 additions and 2625 deletions

View File

@@ -0,0 +1,12 @@
{
"config": {
"vendor-dir": "includes/vendor"
},
"require": {
"firebase/php-jwt": "^5.0.0"
},
"require-dev": {
"phpunit/phpunit": "^5.2",
"guzzlehttp/guzzle": "^6.1"
}
}