You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using keycloak for authentication as replacement of my old login.
I'm trying to use this function Auth::loginUsingId($user->id, true);
But i got the following error. Call to undefined method Vizir\KeycloakWebGuard\Auth\Guard\KeycloakWebGuard::loginUsingId()
Any way I can achieve this with keycloak?
The text was updated successfully, but these errors were encountered:
Hey
I'm using keycloak for authentication as replacement of my old login.
I'm trying to use this function
Auth::loginUsingId($user->id, true);
But i got the following error.
Call to undefined method Vizir\KeycloakWebGuard\Auth\Guard\KeycloakWebGuard::loginUsingId()
Any way I can achieve this with keycloak?
The text was updated successfully, but these errors were encountered: