You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MyApp/_pages/auth/apikeys.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ title: API Keys
5
5
As we continue to embrace and natively integrate with ASP.NET Core's .NET 8 platform, we've reimplemented the last major
6
6
feature missing from ServiceStack Auth - support for API Keys that's available from **ServiceStack v8.3**.
7
7
8
+
:::warning API Key Feature Vulnerability
9
+
**ServiceStack v8.7+** resolves a vulnerability we've discovered in the management APIs of this API Keys feature, if using API Keys please upgrade as soon as possible.
10
+
:::
11
+
8
12
### What are API Keys?
9
13
10
14
API Keys are a simple and effective way to authenticate and authorize access to your APIs, which are typically used
0 commit comments