add CheckClientCredentials middleware

This commit is contained in:
1elf-me
2021-03-20 16:48:50 +01:00
parent e006cd64b5
commit 7805933b10
5 changed files with 127 additions and 2 deletions

View File

@@ -14,7 +14,8 @@
"illuminate/support": "^8.0",
"illuminate/console": "^8.0",
"guzzlehttp/guzzle": "^6.3|^7.0.1",
"socialiteproviders/manager": "^3.4"
"socialiteproviders/manager": "^3.4",
"firebase/php-jwt": "^5.2"
},
"require-dev": {
"phpunit/phpunit": "^8.0",