Skip to content

Commit 11bf797

Browse files
authored
Merge pull request #36746 from dotnet/main
2 parents 1c07430 + 59a3c7e commit 11bf797

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/agents/issue-triage-nonblazor.agent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ If any content is not in English:
6767
### File Naming
6868
`<issue-number>-analysis-report.md`
6969

70+
Provide a link to the report file, an absolute link that can be clicked on from anywhere.
71+
7072
### Report Structure
73+
Eliminate duplicate report content that may arise from running the analysis more than one time on an issue.
7174

7275
#### Header (REQUIRED - Always include this community-facing notice)
7376
```markdown

aspnetcore/blazor/security/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ For more information, see the following resources:
9292

9393
Server-side Blazor apps are configured for security in the same manner as ASP.NET Core apps. For more information, see the articles under <xref:security/index>.
9494

95-
The authentication context is only established when the app starts, which is when the app first [connects to the WebSocket over a SignalR connection](xref:signalr/authn-and-authz) with the client. Authentication can be based on a cookie or some other bearer token, but authentication is managed via the SignalR hub and entirely within the [circuit](xref:blazor/hosting-models#blazor-server). The authentication context is maintained for the lifetime of the circuit. Apps periodically revalidate the user's authentication state every 30 minutes.
95+
The authentication context is only established when the app starts, which is when the app first [connects to the WebSocket over a SignalR connection](xref:signalr/authn-and-authz) with the client. Authentication can be based on a cookie or some other bearer token, but authentication is managed via the SignalR hub and entirely within the [circuit](xref:blazor/hosting-models#blazor-server). The authentication context is maintained for the lifetime of the connection and is re-evaluated on reconnection.
9696

9797
If the app must capture users for custom services or react to updates to the user, see <xref:blazor/security/additional-scenarios#circuit-handler-to-capture-users-for-custom-services>.
9898

0 commit comments

Comments
 (0)