tymondesigns / jwt-auth

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

Session store not set on request. #1561

Open acidjazz opened 6 years ago

acidjazz commented 6 years ago

On a fresh installation with Laravel 5.6 and using the setup guide I get Session store not set on request. When i try to access routes behind the api middleware

Unless I add \Illuminate\Session\Middleware\StartSession::class, to my 'api' $middlewareGroups in app/Http/Kernel.php

Is there any way around this? Or a better solution?

Mapteg34 commented 5 years ago

+1

stale[bot] commented 3 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.