Skip to content

Commit

Permalink
Use more reading-friendly headers in docs (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored May 10, 2019
1 parent 85826c9 commit a6e7ea3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/features/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Logging unhandled exceptions via ASP.NET Core middleware"
layout: default
---

## Arcus.WebApi.Logging.ExceptionHandlingMiddleware
## Logging unhandled exceptions

### Introduction

Expand Down
8 changes: 4 additions & 4 deletions docs/features/shared-access-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ This authentication process consists of two parts:
2. Shared access key matches the value with the secret stored, determined via configured secret provider

The package allows two ways to configure this type of authentication mechanmism in an <span>ASP.NET</span> application:
- [Shared access key filter](#ArcusWebApiSecuritySharedAccessKeyAUthenticationFilter) enforce shared access key authentication on a global level
- [Shared access key attribute](#ArcusWebApiSecuritySharedAccessKeyAuthenticationAttribute) enforce shared access key authentication on `Controller` or method level
- [Global Shared access key authentication](#globally-enforce-shared-access-key-authentication)
- [Shared access key authentication per controller or operation](#enforce-shared-access-key-authentication-per-controller-or-operation)

## Arcus.WebApi.Security.SharedAccessKeyAuthenticationFilter
## Globally enforce shared access key authentication

### Introduction

Expand All @@ -33,7 +33,7 @@ public void ConfigureServices(IServiceCollections services)
}
```

## Arcus.WebApi.Security.SharedAccessKeyAuthenticationAttribute
## Enforce shared access key authentication per controller or operation

### Introduction

Expand Down

0 comments on commit a6e7ea3

Please sign in to comment.