Skip to content

Commit 8ea7c31

Browse files
authored
Update security-guide.md
1 parent 9cdd557 commit 8ea7c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/v1/docs/security-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ A typical pipeline setup looks like this:
7272
```csharp
7373
...
7474
app.UseRouting();
75-
app.UseOpenSettings();
7675
app.UseAuthentication();
7776
app.UseAuthorization();
77+
app.UseOpenSettings();
7878
app.MapControllers();
7979
...
8080
```
@@ -87,4 +87,4 @@ That's it! OpenSettings is now secured. 🔒
8787

8888
---
8989

90-
*OpenSettings makes settings management simple and efficient!* 🚀
90+
*OpenSettings makes settings management simple and efficient!* 🚀

0 commit comments

Comments
 (0)