Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
danielzzz opened this issue Nov 11, 2022 · 2 comments
Open

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

danielzzz opened this issue Nov 11, 2022 · 2 comments

Comments

@danielzzz
Copy link

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

@raturex
Copy link

raturex commented Dec 14, 2022

any updated ?

1 similar comment
@AdeSupriyadi
Copy link

any updated ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants