Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aimenux committed Feb 17, 2024
1 parent 7634c1e commit 9c1bee4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
[![.NET](https://github.com/aimenux/TenantIdMiddlewareDemo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aimenux/TenantIdMiddlewareDemo/actions/workflows/ci.yml)

# TenantIdMiddlewareDemo
```
Using a middleware to validate a custom tenant header
```

In this demo, i m using a [convention style middleware](https://stevetalkscode.co.uk/middleware-styles#middleware%20styles-in-line-vs-factory-vs-convention) in order to validate a custom tenant header.

**`Tools`** : vs22, net 8.0, fluent-assertions, integration-tests
2 changes: 2 additions & 0 deletions TenantIdMiddlewareDemo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{497FF12E
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
global.json = global.json
README.md = README.md
.github\workflows\ci.yml = .github\workflows\ci.yml
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit 9c1bee4

Please sign in to comment.