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

Authentication Events #18

Closed beredim closed 4 months ago

beredim commented 4 years ago

Laravel newbie here. Is there any way for this to plug-in to https://laravel.com/docs/7.x/authentication#events ? Or any suggestions on how to approach something like that when using laravel-keycloak-web-guard ?

mariovalney commented 4 years ago

Hi Beredim. No, we do not implement any event on Auth process by now. :(

I'll add this as feature request.

neemiasjr commented 1 year ago

Hi Mario Valney,

I opened this PR to this enhancement.

https://github.com/mariovalney/laravel-keycloak-web-guard/pull/98

mariovalney commented 4 months ago

DONE. Thanks!