Skip to content

Instantly share code, notes, and snippets.

@sergekukharev
Created December 7, 2015 15:42
Show Gist options
  • Save sergekukharev/f96e9312c84c38d033e5 to your computer and use it in GitHub Desktop.
Save sergekukharev/f96e9312c84c38d033e5 to your computer and use it in GitHub Desktop.
<?php
class DummyAuthorizer implements Authorizer {
public function authorize($username, $password) {
return null;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment