Skip to content

Instantly share code, notes, and snippets.

@michaelhagedon
Created April 17, 2013 23:06
Show Gist options
  • Select an option

  • Save michaelhagedon/5408508 to your computer and use it in GitHub Desktop.

Select an option

Save michaelhagedon/5408508 to your computer and use it in GitHub Desktop.
public function loadUserByUsername($username)
{
$attributes = $this->container->get('security.context')->getToken()->getAttributes();
return new LtiUser($username, $attributes);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment