laravel-saml2 icon indicating copy to clipboard operation
laravel-saml2 copied to clipboard

When trying to logout: no Logout info found

Open EmilMoe opened this issue 5 years ago • 2 comments

Do I need a config?

My event looks like this:

    public function handle(Saml2LogoutEvent $event)
    {
        Auth::logout();
        Session::save();
    }

EmilMoe avatar May 19 '19 08:05 EmilMoe

@EmilMoe Did you get it?

osama-uxbert avatar Feb 17 '20 11:02 osama-uxbert

@EmilMoe Did you get it?

Unfortunately not

EmilMoe avatar Feb 17 '20 13:02 EmilMoe