Skip to content

Commit 0389f14

Browse files
committed
Fully remove JWT
1 parent ac65d5f commit 0389f14

File tree

4 files changed

+1
-174
lines changed

4 files changed

+1
-174
lines changed

.env.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
APP_ENV=local
22
APP_DEBUG=true
33
APP_KEY=SomeRandomString
4-
JWT_SECRET=ChangeMe
54

65
DB_HOST=localhost
76
DB_PORT=3306

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"pragmarx/google2fa": "^0.7.1",
1515
"webpatser/laravel-uuid": "^2.0",
1616
"prologue/alerts": "^0.4.0",
17-
"s1lentium/iptools": "^1.0",
18-
"tymon/jwt-auth": "^0.5.6"
17+
"s1lentium/iptools": "^1.0"
1918
},
2019
"require-dev": {
2120
"fzaninotto/faker": "~1.4",

config/app.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
'providers' => [
114114

115115
Dingo\Api\Provider\LaravelServiceProvider::class,
116-
Tymon\JWTAuth\Providers\JWTAuthServiceProvider::class,
117116

118117
/*
119118
* Laravel Framework Service Providers...
@@ -192,8 +191,6 @@
192191
'Hash' => Illuminate\Support\Facades\Hash::class,
193192
'Input' => Illuminate\Support\Facades\Input::class,
194193
'Inspiring' => Illuminate\Foundation\Inspiring::class,
195-
'JWTAuth' => Tymon\JWTAuth\Facades\JWTAuth::class,
196-
'JWTFactory' => Tymon\JWTAuth\Facades\JWTFactory::class,
197194
'Lang' => Illuminate\Support\Facades\Lang::class,
198195
'Log' => Illuminate\Support\Facades\Log::class,
199196
'Mail' => Illuminate\Support\Facades\Mail::class,

config/jwt.php

Lines changed: 0 additions & 168 deletions
This file was deleted.

0 commit comments

Comments
 (0)