You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both Laravel and Symfony seem to use a new interface called "Guard" to enable additional authentication methods. I wrote a bundle that uses the Guard in Symfony see: https://github.com/roenschg/ShibbolethGuardBundle
But you can´t just use the SymfonyGuardBundle in Laravel because the Guard interfaces differ between these frameworks even though they work quite similar.
Is possible making a Laravel 5 integration?
The text was updated successfully, but these errors were encountered: