Skip to content

Commit 1d47e19

Browse files
committed
GRAL-4152 update README-s with discalimer about token encryption
1 parent 33b41af commit 1d47e19

File tree

8 files changed

+32
-2
lines changed

8 files changed

+32
-2
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Read more about ways how to integrate with Pipedrive from [developer documentation](https://pipedrive.readme.io/docs).
44

5+
⚠️ **Disclaimer**
6+
7+
**This repository contains non-production code.**\
8+
Sensitive information, such as tokens or credentials, should always be securely encrypted and stored according to best practices. Do not use hardcoded or plaintext tokens in production.
9+
10+
511
### Apps
612

713
| | App | Description | Features |

apps/custom-ui-app-docusign/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ A sample app showcasing DocuSign integration using Pipedrive Custom UI. You can
3030
- You can also _Send_ the document to the deal contact if a valid email is provided.
3131

3232
> For advanced troubleshooting, you can start the app using the following command - `DEBUG=app* npm start`
33+
34+
⚠️ **Disclaimer**
35+
36+
**This repository contains non-production code.**\
37+
Sensitive information, such as tokens or credentials, should always be securely encrypted and stored according to best practices. Do not use hardcoded or plaintext tokens in production.
38+

apps/custom-ui-floating-window-demo/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### Custom Floating Window Demo App
22

33
This is a demo app that makes use of the Floating window app extension to render a persistent iframe inside Pipedrive. It makes use of Next.js for frontend and API routes, Prisma ORM for data storage and Pipedrive SDK for securely communicating with Pipedrive APIs. The app also showcases the use of cookies for session management inside the window.
4+
Sensitive information, such as tokens or credentials, should always be securely encrypted and stored according to best practices. Do not use hardcoded or plaintext tokens in production.
45

56
![1](https://user-images.githubusercontent.com/19341550/207391309-050c49fd-ff35-422b-b479-1837b11cb744.gif)
67
![2](https://user-images.githubusercontent.com/19341550/207391322-a672c1a7-7f38-4ceb-b54c-a300f6e15b6c.gif)

apps/fifty-fifty-php/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ A very basic app with example how to:
88
- get all open deals from Pipedrive
99
- mark selected deal randomly as won or lost
1010

11+
⚠️ **Disclaimer**
12+
13+
**This repository contains non-production code.**\
14+
Sensitive information, such as tokens or credentials, should always be securely encrypted and stored according to best practices. Do not use hardcoded or plaintext tokens in production.
15+
1116
## Installation and usage
1217

1318
Required: PHP >= 8.1 (recommended) with sqlite.

apps/messaging-app-extn-playground/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Messaging App Extension Playground 🕹
22

3-
The playground app is intended for getting started and experimenting with the key aspects before starting to build production-ready applications.
3+
The playground app is intended for getting started and experimenting with the key aspects before starting to build production-ready applications.\
4+
Sensitive information, such as tokens or credentials, should always be securely encrypted and stored according to best practices. Do not use hardcoded or plaintext tokens in production.
45

56
![](https://user-images.githubusercontent.com/19341550/176623698-0e114f30-c1bc-4709-bb01-e8a40faa14a9.gif)
67

apps/pipedrive-hello-world-glitch/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ A very basic example of how to:
66
- Get all open deals from Pipedrive.
77
- Mark selected deal randomly as won or lost.
88

9+
⚠️ **Disclaimer**
10+
11+
**This repository contains non-production code.**\
12+
Sensitive information, such as tokens or credentials, should always be securely encrypted and stored according to best practices. Do not use hardcoded or plaintext tokens in production.
13+
914
## Installation and usage on Glitch
1015

1116
Follow the instructions in the [Tutorial](https://developers.pipedrive.com/tutorials/build-your-first-pipedrive-hello-world-app?) to get started.

apps/remix-cars-service/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
This is an example [Remix](https://remix.run) app that demonstrates and experiments with [Custom UI Extensions](https://pipedrive.readme.io/docs/custom-ui-extensions) in its three types: Custom panels, Custom modals and Custom UI for app settings.
44

5-
**NB:** This app should not be used as a production-ready app as OAuth installation and token verification are not covered here.
5+
**NB:** This app should not be used as a production-ready app as OAuth installation and token verification are not covered here.\
6+
Sensitive information, such as tokens or credentials, should always be securely encrypted and stored according to best practices. Do not use hardcoded or plaintext tokens in production.
67

78
## Examples
89

apps/todo/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ This example app covers following Pipedrive app capabilities:
88
* Embedded actions
99
* Pipedrive API client
1010

11+
⚠️ **Disclaimer**
12+
13+
**This repository contains non-production code.**\
14+
Sensitive information, such as tokens or credentials, should always be securely encrypted and stored according to best practices. Do not use hardcoded or plaintext tokens in production.
15+
1116
## Installation
1217

1318
Recommended Node.js version is 16.

0 commit comments

Comments
 (0)