-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session store not set on request #259
Comments
I am getting this error too after trying to use this library for the first time. I have invested a lot of time trying to get this working on a skeleton Laravel installation and I still can't get this to work. I have tried changing the storage type, authentication method and also wrapped my authentication route in the If I use the middleware, I get the following error: If I don't use middleware, I get: Can anyone shed any light on this. I really want to get this library working. |
I was struggling with this error when try to use from Laravel command line. |
If you are running this in a command, change you storage.type config in config/forrest.php from session to cache
|
What if i don't want the Authentication to be expired untill the user revoke it himself. |
I am getting this error when trying to authenticate.
What should i do?
The text was updated successfully, but these errors were encountered: