├── hellosign-embed-with-dbx-file ├── public │ ├── images │ │ ├── success-log.png │ │ ├── embedded-file.png │ │ ├── ngrok-running.png │ │ ├── workflow-chart.png │ │ ├── callback-register.png │ │ ├── dbx-app-settings.png │ │ └── hs-embedder-tool.png │ ├── stylesheets │ │ └── style.css │ └── javascripts │ │ └── page_script.js ├── .env ├── package.json ├── app.js ├── views │ └── index.hbs ├── controller.js ├── LICENSE ├── README.md └── package-lock.json ├── hellosign-embedded-cla ├── .env ├── package.json ├── views │ └── index.hbs ├── README.md ├── hellosign.js ├── index.js ├── github.js └── LICENSE ├── README.md └── CONTRIBUTING.md /hellosign-embed-with-dbx-file/public/images/success-log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dropbox/hellosign-developer-samples/master/hellosign-embed-with-dbx-file/public/images/success-log.png -------------------------------------------------------------------------------- /hellosign-embed-with-dbx-file/public/images/embedded-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dropbox/hellosign-developer-samples/master/hellosign-embed-with-dbx-file/public/images/embedded-file.png -------------------------------------------------------------------------------- /hellosign-embed-with-dbx-file/public/images/ngrok-running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dropbox/hellosign-developer-samples/master/hellosign-embed-with-dbx-file/public/images/ngrok-running.png -------------------------------------------------------------------------------- /hellosign-embed-with-dbx-file/public/images/workflow-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dropbox/hellosign-developer-samples/master/hellosign-embed-with-dbx-file/public/images/workflow-chart.png -------------------------------------------------------------------------------- /hellosign-embed-with-dbx-file/public/images/callback-register.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dropbox/hellosign-developer-samples/master/hellosign-embed-with-dbx-file/public/images/callback-register.png -------------------------------------------------------------------------------- /hellosign-embed-with-dbx-file/public/images/dbx-app-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dropbox/hellosign-developer-samples/master/hellosign-embed-with-dbx-file/public/images/dbx-app-settings.png -------------------------------------------------------------------------------- /hellosign-embed-with-dbx-file/public/images/hs-embedder-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dropbox/hellosign-developer-samples/master/hellosign-embed-with-dbx-file/public/images/hs-embedder-tool.png -------------------------------------------------------------------------------- /hellosign-embed-with-dbx-file/.env: -------------------------------------------------------------------------------- 1 | hs_client_id="" 2 | hs_api_key="" 3 | dropbox_app_key="" 4 | dbx_access_token="" -------------------------------------------------------------------------------- /hellosign-embed-with-dbx-file/public/stylesheets/style.css: -------------------------------------------------------------------------------- 1 | body { 2 | padding: 50px; 3 | max-width: 950px; 4 | margin: auto; 5 | } 6 | 7 | .card{ 8 | margin: 5px; 9 | } 10 | 11 | .preview_container { 12 | display: none; 13 | position: relative; 14 | height: 500px; 15 | margin-top: 5px; 16 | } -------------------------------------------------------------------------------- /hellosign-embedded-cla/.env: -------------------------------------------------------------------------------- 1 | GITHUB_CLIENT_ID="" 2 | GITHUB_SECRET="" 3 | GITHUB_AUTH_CALLBACK_URL="" 4 | SESSION_SECRET="" 5 | HELLOSIGN_CLIENT_ID="" 6 | HELLOSIGN_API_KEY="" 7 | CLA_TEMPLATE_ID="