From 8aa7999a93844c6735ea432113282765987afb0a Mon Sep 17 00:00:00 2001 From: Raileen Del Rosario <43893067+raileendr@users.noreply.github.com> Date: Thu, 15 May 2025 13:41:35 -0700 Subject: [PATCH] Update README.md Update README.md to include a link to the File Archive and Data Verification Reference Implementation. Signed-off-by: Raileen Del Rosario <43893067+raileendr@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1f029ce..275ba5c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ To test a read-only data IO extension app, modify one of the `ReadOnlyManifest.j To test a data IO extension app with both read and write capabilities, modify one of the `ReadWriteManifest.json` files. +## Combining with Other Extensions +The data IO extension type is designed to work with other extension types to enhance the functionality of an extension app and simplify workflows. For a practical example of combining extension types in an extension app, see the [File Archive and Data Verification Reference Implementation](https://github.com/docusign/file-archive-dv-reference-implementation/). + ## Authentication This reference implementation supports two [authentication](https://developers.docusign.com/extension-apps/build-an-extension-app/it-infrastructure/authorization/) flows: * [Authorization Code Grant](https://developers.docusign.com/extension-apps/build-an-extension-app/it-infrastructure/authorization/#authorization-code-grant) – required for public extension apps