Commit c9a99fc
authored
docs: note that Online Refresh Tokens don't support Ephemeral Sessions yet (#1677)
## Summary
Adds a `[!WARNING]` note to both `README.md` and `EXAMPLES.md` under the
"Online Access" sections stating that Online Refresh Tokens (ORTs) do
not currently support resource servers with **Ephemeral Sessions**
enabled.
## Changes
- `README.md` — added a `[!WARNING]` under `### Online Access`
- `EXAMPLES.md` — added the same `[!WARNING]` under `## Online Access
(Online Refresh Tokens)`, right after the existing Early Access note
Both note the workaround: disable "Allow for Ephemeral Sessions" on any
resource server used with `refreshTokenMode: RefreshTokenMode.Online`
until backend support lands.
Docs-only change, no code or behavior changes.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Added a WARNING that Online Refresh Tokens are incompatible with
resource servers that have **Ephemeral Sessions** enabled.
* Documented the expected refresh behavior (`invalid_grant` / “Unknown
or invalid refresh token”).
* Added guidance to disable **Allow for Ephemeral Sessions** when using
`refreshTokenMode: RefreshTokenMode.Online`.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 9615071 commit c9a99fc
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
228 | 231 | | |
229 | 232 | | |
230 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
122 | 125 | | |
123 | 126 | | |
124 | 127 | | |
| |||
0 commit comments