Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 470 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 470 Bytes

tableau-jwt

Generates JWT to be used by Tableau Embedding API v3 for embedding dashboards.

NodeJS Usage

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"