0.1.2 • Published 2 years ago

@manufac/tableau-jwt v0.1.2

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

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("abc@xyz.com");

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"