tymondesigns / jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen
https://jwt-auth.com
MIT License
11.32k stars 1.54k forks source link

Version 1.0 broken. N letter appearing at the top of the screen #1601

Open rSammy opened 6 years ago

rSammy commented 6 years ago

Subject of the issue

Version 1.0 adds EVERYWHERE some "N" letter at the top of the screen and won't disappear even after removal

image

image

image image

Your environment

Q A
Bug? yes
New Feature? no
Framework Laravel
Framework version 5.6
Package version 1.0
PHP version 7.2

Steps to reproduce

composer require tymon/jwt-auth:dev-develop --prefer-source php artisan vendor:publish --provider="Tymon\JWTAuth\Providers\LaravelServiceProvider" php artisan jwt:secret

Expected behaviour

"N" letter should not appear and SHOULD NOT STAY after removal.

Actual behaviour

"N" appear on whatever page I'm trying to access. "N" disappear only when deleting jwt.php file in config folder

rSammy commented 6 years ago

Removing, renaming jwt.php seems to do the trick.