robsontenorio / laravel-keycloak-guard

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

set user after authentication #18

Closed azizuxbert closed 4 years ago

azizuxbert commented 4 years ago

All default functions like Auth::user(), Auth::id() ... are not working because the user is null.

robsontenorio commented 4 years ago

Please, consider pushing a PR with a test case.