Skip to content

Commit 8b911c2

Browse files
authored
Enhance getting started guide with UAuthHub config
Added UAuthHub Pipeline Configuration section to the setup guide.
1 parent cedc106 commit 8b911c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/content/getting-started/real-world-setup.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ builder.Services.AddUltimateAuthServer()
7979
.AddUAuthHub(o => o.AllowedClientOrigins.Add("https://localhost:6130")); // WASM application's URL
8080
```
8181

82+
UAuthHub Pipeline Configuration
83+
```csharp
84+
app.MapUltimateAuthEndpoints();
85+
app.MapUAuthHub();
86+
```
87+
8288
> ℹ️ UltimateAuth automatically selects the appropriate authentication mode (PureOpaque, Hybrid, etc.) based on the client type.
8389
8490
## ResourceApi Setup

0 commit comments

Comments
 (0)