@manufac/tableau-jwt
v0.1.2
Published
Generates JWT to be used by Tableau Embedding API v3 for embedding dashboards.
Downloads
10
Readme
tableau-jwt
Generates JWT to be used by Tableau Embedding API v3 for embedding dashboards.
Usage
// NodeJS
import { getTableauToken } from "@manufac/tableau-jwt";
const token = getTableauToken("[email protected]");
ENV Variables
Make sure to provide the following ENV variables before running the function:
CONNECTED_APP_CLIENT_ID="some-string"
CONNECTED_APP_SECRET_ID="some-other-string"
CONNECTED_APP_SECRET_VALUE="some-other-other-string"