Add jwt handling, inspired by passport

This commit is contained in:
René Preuß
2021-03-30 23:19:36 +02:00
parent 32990da8a0
commit 14bf9d5480
14 changed files with 872 additions and 56 deletions

View File

@@ -1,4 +1,5 @@
{
"version": "3.1.1",
"name": "ghostzero/bitinflow-accounts",
"description": "PHP bitinflow Accounts API Client for Laravel 5+",
"license": "MIT",
@@ -9,7 +10,7 @@
}
],
"require": {
"php": ">=7.2",
"php": "^7.2",
"ext-json": "*",
"illuminate/support": "^8.0",
"illuminate/console": "^8.0",