24Slides / laravel-saml2

[Laravel 5.4+] An integration to add SSO to your service via SAML2 protocol based on OneLogin toolkit with support of multiple Identity Providers
MIT License
232 stars 69 forks source link

Laravel Octane support #57

Closed sandermenke closed 11 months ago

sandermenke commented 1 year ago

This PR sets the $stay parameter to true to prevent Utils.php redirecting with exit();

setRequest based on https://gist.github.com/haught/09f48e172ec347787b542eb03e23bd5f

This will enable the package to work with Laravel Octane (swoole)

breart commented 11 months ago

I'll consider Octane support in 3.x. Your PR introduces a lot of changes that need to be tested properly.