+ ⚠ Demo only. Username/password authentication is shown here for + simplicity. It is not the recommended authentication method for production use. +
+ +Demo credentials for this space:
+| User | Username | Password |
|---|---|---|
| Space user | +@Model.DemoUsername |
+ @Model.DemoPassword |
+
| Example user (shared across all spaces) | +example-user |
+ @Model.DemoPassword |
+
Are you sure you want to sign out?
+ + +Space ID: @Model.SpaceId
@link.Url
+ }
+ + The Default Space is the catch all for any unmatched routes. +
+ } + } +Signed in as @Model.SignedInUser
+ Sign out + + @if (Model.UserClaims.Count > 0) + { +| Type | Value |
|---|---|
@type | @value |
You are not signed in.
+ Sign in + } +
+ Requests a client_credentials access token entirely server-side.
+ The browser never sends or receives the client secret.
+
@Model.TokenRawResponse+ } +
@td.RawToken
+ @td.HeaderJson+ + @* JWT payload *@ +
@td.PayloadJson+ + @* Claims table *@ + @if (td.Claims is { Count: > 0 }) + { +
| Claim Type | Value |
|---|---|
@claim.Type | @claim.Value |