token

Results 2 issues of token

Hi, I have added the event listener in the > app/Providers/EventServiceProvider.php ``` Event::listen('Aacotroneo\Saml2\Events\Saml2LogoutEvent', function ($event) { Log::info('SSO Logout event listener'); Auth::logout(); Session::save(); }); ``` My use case is, if a...

Hi, I have successfully integrate the Simplesamlphp as IDP and this library as SP. The request is initiated from SP, I check if the user is logged in, if not...