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

WebGuard attempt undefined #12

Closed jahstation closed 4 years ago

jahstation commented 4 years ago

I've installed this package on fresh laravel 6.2, with auth configured via:

composer require laravel/ui

php artisan ui vue --auth

then i followed the step described in the docs, NB my app not have a db installed on local, it use keycloak to login over a service that will provide data etc.

this is the errore showed to me when i try to attemp a login:

Schermata del 2020-02-11 15-14-05

mariovalney commented 4 years ago

Hi @jahstation How are you?

We didn't tested support Laravel for 6. By now we support only Laravel 5.

Said that, I was not able to find a note about attemp method on Upgrade Guide.

Anyway, Keycloak should work without Laravel Auth controllers or interface (in 5 at least).

Please, try a fresh install without auth ui and follow our readme.

mariovalney commented 4 years ago

Closing due to inactivity.