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.

Revisions

  1. sergekukharev created this gist Dec 7, 2015.
    6 changes: 6 additions & 0 deletions dummyExample.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    <?php
    class DummyAuthorizer implements Authorizer {
    public function authorize($username, $password) {
    return null;
    }
    }