I am using Sentinel with Laravel 5.3 .
Inside the login method
Sentinel::authenticate($credentials)
works fine and each time i get user object from Sentinel::check()
after successful login.
But problem arise after redirect, and Sentinel::check()
showing false inside the route, middle-ware, views
. Any idea about the issue?