Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Oct 11, 2017
2 parents 0d917bb + cbcb860 commit 95b98b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/apis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Protecting a ASP.NET Core-based API is only a matter of configuring the JWT bear
{
services.AddMvc();

services.AddAuthentication(JwtBearerAuthenticationDefaults.AuthenticationScheme)
services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme)
.AddJwtBearer(options =>
{
// base-address of your identityserver
Expand Down

0 comments on commit 95b98b8

Please sign in to comment.