video-saas-client 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ npm install video-saas-client
|
|
|
10
10
|
|
|
11
11
|
## Getting a token
|
|
12
12
|
|
|
13
|
-
Tokens are generated server-side using [video-saas-admin](https://www.npmjs.com/package/video-saas-admin). Never expose your API key in the browser.
|
|
13
|
+
Tokens are generated server-side using [video-saas-admin](https://www.npmjs.com/package/video-saas-admin). Never expose your API key in the browser. For API key access, contact nafiztalukder4@gmail.com.
|
|
14
14
|
|
|
15
15
|
1. **Install the admin package** in your backend:
|
|
16
16
|
```bash
|