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

Revamping openid attribute to getOpenidValue #22

Closed MatthewHallCom closed 4 years ago

MatthewHallCom commented 4 years ago

Right now anytime Laravel boots its running the getOpenIdConfiguration() call. This is generally unnecessary and causes some issues with things like Unit and Integration tests where Keycloak doesn't exist and Auth is being mocked.