@manufac/tableau-jwt

0.1.2 • Public • Published

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"

Readme

Keywords

none

Package Sidebar

Install

npm i @manufac/tableau-jwt

Weekly Downloads

0

Version

0.1.2

License

UNLICENSED

Unpacked Size

4.24 kB

Total Files

14

Last publish

Collaborators

  • maneetgoyal