Skip to content

Instantly share code, notes, and snippets.

@ifew
Created July 5, 2018 09:17
Show Gist options
  • Save ifew/0825095f960938e5dd3c7b60df80f786 to your computer and use it in GitHub Desktop.
Save ifew/0825095f960938e5dd3c7b60df80f786 to your computer and use it in GitHub Desktop.
.Net Core 2 Stub
public class StubAuthorize : IAuthorize {
public Boolean CheckAuthorize(string username, string password) {
return true;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment