Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RFC: Providing fallback credentials on timeout #2218

Merged
merged 21 commits into from
Jan 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
06ea250
Add RFC: providing fallback credentials on timeout
ysaito1001 Jan 17, 2023
77c2b4f
Update design/src/rfcs/rfc0031_providing_fallback_credentials_on_time…
ysaito1001 Jan 17, 2023
8904a5e
Update design/src/rfcs/rfc0031_providing_fallback_credentials_on_time…
ysaito1001 Jan 17, 2023
d5657d3
Update design/src/rfcs/rfc0031_providing_fallback_credentials_on_time…
ysaito1001 Jan 17, 2023
e4c571c
Update design/src/rfcs/rfc0031_providing_fallback_credentials_on_time…
ysaito1001 Jan 17, 2023
9323dad
Update design/src/rfcs/rfc0031_providing_fallback_credentials_on_time…
ysaito1001 Jan 17, 2023
3834c0e
Update design/src/rfcs/rfc0031_providing_fallback_credentials_on_time…
ysaito1001 Jan 17, 2023
9be64b2
Update design/src/rfcs/rfc0031_providing_fallback_credentials_on_time…
ysaito1001 Jan 17, 2023
e5db721
Update design/src/rfcs/rfc0031_providing_fallback_credentials_on_time…
ysaito1001 Jan 17, 2023
7f55765
Update design/src/rfcs/rfc0031_providing_fallback_credentials_on_time…
ysaito1001 Jan 17, 2023
c79eee5
Update design/src/rfcs/rfc0031_providing_fallback_credentials_on_time…
ysaito1001 Jan 17, 2023
e79eca1
Update design/src/rfcs/rfc0031_providing_fallback_credentials_on_time…
ysaito1001 Jan 18, 2023
69477ae
Merge branch 'main' into ysaito/rfc-providing-fallback-credentials-on…
LukeMathWalker Jan 18, 2023
d413e58
Incorporate review feedback into RFC
ysaito1001 Jan 20, 2023
5bb7f01
Update rfc0031_providing_fallback_credentials_on_timeout.md
ysaito1001 Jan 20, 2023
7b62d47
Update RFC
ysaito1001 Jan 21, 2023
7311f87
Update rfc0031_providing_fallback_credentials_on_timeout.md
ysaito1001 Jan 22, 2023
7aca08b
Update rfc0031_providing_fallback_credentials_on_timeout.md
ysaito1001 Jan 23, 2023
9608f25
Update rfc0031_providing_fallback_credentials_on_timeout.md
ysaito1001 Jan 26, 2023
16a14ba
Merge branch 'main' into ysaito/rfc-providing-fallback-credentials-on…
ysaito1001 Jan 26, 2023
6cc0a72
Merge branch 'main' into ysaito/rfc-providing-fallback-credentials-on…
ysaito1001 Jan 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions design/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
- [RFC-0028: SDK Credential Cache Type Safety](./rfcs/rfc0028_sdk_credential_cache_type_safety.md)
- [RFC-0029: Finding New Home for Credential Types](./rfcs/rfc0029_new_home_for_cred_types.md)
- [RFC-0030: Serialization And Deserialization](./rfcs/rfc0030_serialization_and_deserialization.md)
- [RFC-0031: Providing Fallback Credentials on Timeout](./rfcs/rfc0031_providing_fallback_credentials_on_timeout.md)

- [Contributing](./contributing/overview.md)
- [Writing and debugging a low-level feature that relies on HTTP](./contributing/writing_and_debugging_a_low-level_feature_that_relies_on_HTTP.md)
2 changes: 2 additions & 0 deletions design/src/rfcs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@
- [RFC-0027: Endpoints 2.0](./rfc0027_endpoints_20.md)
- [RFC-0028: SDK Credential Cache Type Safety](./rfc0028_sdk_credential_cache_type_safety.md)
- [RFC-0029: Finding New Home for Credential Types](./rfc0029_new_home_for_cred_types.md)
- [RFC-0030: Serialization And Deserialization](./rfc0030_serialization_and_deserialization.md)
- [RFC-0031: Providing Fallback Credentials on Timeout](./rfc0031_providing_fallback_credentials_on_timeout.md)
Loading