docs: mark external oauth hook deprecated · openclaw/openclaw@0e14073
shakkernerd
·
2026-04-23
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -797,9 +797,9 @@ export function resolveExternalAuthProfilesWithPlugins(params: {
|
797 | 797 | } |
798 | 798 | if (!declaredPluginIds.has(plugin.id) && !warnedExternalAuthFallbackPluginIds.has(plugin.id)) { |
799 | 799 | warnedExternalAuthFallbackPluginIds.add(plugin.id); |
800 | | -// Deprecated compatibility path for plugins that predate the manifest |
801 | | -// contract. Remove this warning with the fallback resolver after the |
802 | | -// externalAuthProviders migration window closes. |
| 800 | +// Deprecated compatibility path for plugins that still implement |
| 801 | +// resolveExternalOAuthProfiles or omit contracts.externalAuthProviders. |
| 802 | +// Remove this warning with the fallback resolver after the migration window. |
803 | 803 | log.warn( |
804 | 804 | `Provider plugin "${plugin.id}" uses external auth hooks without declaring contracts.externalAuthProviders. This compatibility fallback is deprecated and will be removed in a future release.`, |
805 | 805 | ); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。