Skip to content

Commit

Permalink
C# syntax on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyann committed Jun 13, 2018
1 parent 941b868 commit a892f1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Potential use cases:

Register `JwksFeature` in the `AuthFeature`:

```
```cs
// existing Auth feature using the JwtAuthProvider
var authFeature = new AuthFeature(...);

Expand All @@ -26,7 +26,7 @@ The Discovery document is now accessible at `/openid-config` and the JSON Web ke

Register `JwksFeature` in the `AuthFeature`:

```
```cs
// existing Auth feature using the JwtAuthProviderReader
var authFeature = new AuthFeature(...);

Expand All @@ -38,7 +38,7 @@ authFeature.RegisterPlugins.Add(new JwksFeature() {

### Protected ASP.NET Core service

```
```cs
public class StartUp {
public void ConfigureServices(IServiceCollection services) {
...
Expand Down

0 comments on commit a892f1a

Please sign in to comment.