Skip to content

Commit

Permalink
added link to post
Browse files Browse the repository at this point in the history
  • Loading branch information
cornflourblue committed Sep 8, 2018
1 parent 44f09cf commit af9a30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Helpers/BasicAuthenticationHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@ protected override async Task<AuthenticateResult> HandleAuthenticateAsync()

return AuthenticateResult.Success(ticket);
}

}
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# aspnet-core-basic-authentication-api

ASP.NET Core 2.1 - Basic HTTP Authentication API

For documentation and instructions check out http://jasonwatmore.com/post/2018/09/08/aspnet-core-21-basic-authentication-tutorial-with-example-api

0 comments on commit af9a30e

Please sign in to comment.