We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdd557 commit 8ea7c31Copy full SHA for 8ea7c31
docs/v1/docs/security-guide.md
@@ -72,9 +72,9 @@ A typical pipeline setup looks like this:
72
```csharp
73
...
74
app.UseRouting();
75
-app.UseOpenSettings();
76
app.UseAuthentication();
77
app.UseAuthorization();
+app.UseOpenSettings();
78
app.MapControllers();
79
80
```
@@ -87,4 +87,4 @@ That's it! OpenSettings is now secured. 🔒
87
88
---
89
90
-✨ *OpenSettings makes settings management simple and efficient!* 🚀
+✨ *OpenSettings makes settings management simple and efficient!* 🚀
0 commit comments