robsontenorio / laravel-keycloak-guard

🔑 Simple Keycloak Guard for Laravel
MIT License
434 stars 141 forks source link

Update KeycloakGuard.php #28

Closed mostafamaklad closed 4 years ago

mostafamaklad commented 4 years ago

Allow developers to extend the guard

mostafamaklad commented 4 years ago

but if I want to override the authenticate() function I will not be able to access the $decodedToken property as it is private