Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created May 3, 2018 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save explorer14/dcddffa4bda423676bbc7b40653b2a5f to your computer and use it in GitHub Desktop.
Save explorer14/dcddffa4bda423676bbc7b40653b2a5f to your computer and use it in GitHub Desktop.
[AllowAnonymous]
[HttpPost]
[ValidateAntiForgeryToken]
public async Task Login(UserCredentials userCredentials,
string returnUrl = null)
{
// I will fill this in a bit...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment