Skip to content

Commit d149d36

Browse files
committed
Clarify that the removed timeout changes nothing at runtime
No-Verification-Needed: doc-only wording change
1 parent da71abb commit d149d36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@ Forward the `iss` query parameter from the redirect so the validation can run: o
19561956

19571957
### `timeout` parameter removed from `OAuthClientProvider`
19581958

1959-
`OAuthClientProvider` (and the deprecated `RFC7523OAuthClientProvider`) no longer accept a `timeout` argument, and `OAuthContext.timeout` is gone. The value was stored but never read, so it never bounded anything — removing it changes no behavior.
1959+
`OAuthClientProvider` (and the deprecated `RFC7523OAuthClientProvider`) no longer accept a `timeout` argument, and `OAuthContext.timeout` is gone. The value was stored but never read, so it never bounded anything — removing it changes nothing at runtime.
19601960

19611961
**Before (v1):**
19621962

0 commit comments

Comments
 (0)