laravel-keycloak-web-guard
laravel-keycloak-web-guard copied to clipboard
after redirecting auth()->user() returns an empty record
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
any updated ?
any updated ?