dify/api/core/tools/utils
Harry a46c9238fa feat(trigger): implement complete OAuth authorization flow for trigger providers
- Add OAuth authorization URL generation API endpoint
- Implement OAuth callback handler for credential storage
- Support both system-level and tenant-level OAuth clients
- Add trigger provider credential encryption utilities
- Refactor trigger entities into separate modules
- Update trigger provider service with OAuth client management
- Add credential cache for trigger providers

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-03 14:53:26 +08:00
..
dataset_retriever fix:hard-coded top-k fallback issue. (#24879) 2025-09-01 15:46:37 +08:00
__init__.py improve: generalize tool parameter converter (#4786) 2024-06-03 21:26:58 +08:00
configuration.py refactor: replace try-except blocks with contextlib.suppress for cleaner exception handling (#24284) 2025-08-21 18:18:49 +08:00
dataset_retriever_tool.py remove useless Tool class attributes (#23389) 2025-08-05 10:20:28 +08:00
encryption.py feat(trigger): implement complete OAuth authorization flow for trigger providers 2025-09-03 14:53:26 +08:00
message_transformer.py [CHORE]: remove redundant-cast (#24807) 2025-09-01 14:05:32 +08:00
model_invocation_utils.py [CHORE]: remove redundant-cast (#24807) 2025-09-01 14:05:32 +08:00
parser.py chore: cleanup unnecessary mypy suppressions on imports (#24712) 2025-08-28 23:17:25 +08:00
system_oauth_encryption.py Support OAuth Integration for Plugin Tools (#22550) 2025-07-17 17:18:44 +08:00
text_processing_utils.py fix: issue #11868 bring old logic back (#12100) 2024-12-26 12:17:55 +08:00
uuid_utils.py Support OAuth Integration for Plugin Tools (#22550) 2025-07-17 17:18:44 +08:00
web_reader_tool.py [Test] add unit tests for web_reader_tool.py (#24309) 2025-08-22 09:28:00 +08:00
workflow_configuration_sync.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
yaml_utils.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00