Skip to content

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

Notifications You must be signed in to change notification settings

manufac-analytics/tableau-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

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

Topics

Resources

Stars

Watchers

Forks