laravel-keycloak-web-guard icon indicating copy to clipboard operation
laravel-keycloak-web-guard copied to clipboard

after redirecting auth()->user() returns an empty record

Open danielzzz opened this issue 2 years ago • 2 comments

hi, thanks for this library.

for some reason when I get redirected back from keycloak server to my laravel app the auth()->user() returns an empty value.

^ Vizir\KeycloakWebGuard\Models\KeycloakUser {#1441 ▼
  #fillable: array:2 [▼
    0 => "name"
    1 => "email"
  ]
  #attributes: []
  +"id": null
}

do you know what might be the reason for this?

thanks in advance, best, dan

danielzzz avatar Nov 11 '22 17:11 danielzzz

any updated ?

raturex avatar Dec 14 '22 18:12 raturex

any updated ?

AdeSupriyadi avatar Aug 15 '23 22:08 AdeSupriyadi