Skip to content

Instantly share code, notes, and snippets.

@DCzajkowski
Created May 22, 2018 20:47
Show Gist options
  • Save DCzajkowski/3bee8a2b582e5e931b99aa3e06c7f1fc to your computer and use it in GitHub Desktop.
Save DCzajkowski/3bee8a2b582e5e931b99aa3e06c7f1fc to your computer and use it in GitHub Desktop.
<?php
$response->assertCookie(Auth::guard()->getRecallerName(), vsprintf('%s|%s|%s', [
$user->id,
$user->getRememberToken(),
$user->password,
]));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment