laravel-saml2
laravel-saml2 copied to clipboard
When trying to logout: no Logout info found
Do I need a config?
My event looks like this:
public function handle(Saml2LogoutEvent $event)
{
Auth::logout();
Session::save();
}
@EmilMoe Did you get it?
@EmilMoe Did you get it?
Unfortunately not