Skip to content

Commit 6446e7e

Browse files
committed
words
1 parent 12419e0 commit 6446e7e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

docs/redguides-client-integration.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,3 @@ For a headless entitlement check (no NetSparkle UI), pass `onAppcastResponse` to
139139

140140
The library logs through `Microsoft.Extensions.Logging`. Pass an `ILoggerFactory` to any service to
141141
route handled errors into your logging; omit it for a silent no-op (`NullLoggerFactory.Instance`).
142-
143-
## Notes
144-
145-
- **Windows only** (`net8.0-windows`): DPAPI token storage and the WPF update UI are Windows APIs.
146-
- **One sign-in across tools.** A Bearer token is user-wide (entitlement is evaluated per resource at
147-
request time), so the shared `%LocalAppData%\RedGuides` store means signing into one RedGuides tool
148-
authenticates them all. Opt into isolation by passing a different directory/entropy to
149-
`OAuthTokenStore`.
150-
- **MIT licensed.**

0 commit comments

Comments
 (0)