Team-Tea-Time / laravel-forum

A slim, lean forum package designed for quick and easy integration in Laravel projects
https://laravel-forum.teamteatime.net/
MIT License
601 stars 165 forks source link

Not getting logged in through Sentinel #180

Closed nijeshw closed 7 years ago

nijeshw commented 7 years ago

image My laravel version : "laravel/framework": "5.4.*", My forum pack : "riari/laravel-forum": "~4.0", "riari/laravel-forum-frontend": "~1.0" please check the above screenshot

ITwrx commented 7 years ago

this package expects that you use the built in laravel authorization features, not Sentinel. If you choose to use Sentinel instead, then you should expect to figure out how to do that yourself, imho. I don't speak for this package maintainer. I'm just a user like you trying to explain why your current situation is not working.

Riari commented 7 years ago

@ITwrx is correct. I've never used Sentinel - if it uses its own auth mechanism instead of Laravel's, then it's unlikely to work without some heavy tweaking. Sorry!