Skip to content

Instantly share code, notes, and snippets.

@DonkeyKongJr
Created March 7, 2019 08:01
Show Gist options
  • Save DonkeyKongJr/2c32f1ae2e9bd184a12ee8e018a1da21 to your computer and use it in GitHub Desktop.
Save DonkeyKongJr/2c32f1ae2e9bd184a12ee8e018a1da21 to your computer and use it in GitHub Desktop.
public void Configure(IApplicationBuilder app, IHostingEnvironment env)
{
...
app.UseAuthentication();
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment