404labfr / 404labfr/laravel-impersonate
After Auth::user()->impersonate($otherUser) I'm getting logged out
Aberta
possible bug
- Linguagem predominante
- PHP
- Estrelas
- 2.3k
- Forks
- 235
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
I've installed the package as described and tried to impersonate other user.
But I'm always getting logged out.
Here is my code:
$anotherUser = User::find(9);
Auth::user()->impersonate($anotherUser);
return redirect()->route('dashboard');
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.