mariovalney / laravel-keycloak-web-guard

Simple Keycloak Guard to Laravel Web Routes - https://packagist.org/packages/vizir/laravel-keycloak-web-guard
146 stars 80 forks source link

Package not work with Laravel 9 #66

Closed evanoliv closed 2 years ago

evanoliv commented 2 years ago

Illuminate\Contracts\Auth\Guard was updated in the Laravel 9 version, where the function hasUser() was declarated.

'Vizir\KeycloakWebGuard\Auth\Guard\KeycloakWebGuard' does not implement method 'hasUser'