Download the PHP package berthott/laravel-tableau-direct-trust-token without Composer
On this page you can find all versions of the php package berthott/laravel-tableau-direct-trust-token. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download berthott/laravel-tableau-direct-trust-token
More information about berthott/laravel-tableau-direct-trust-token
Files in berthott/laravel-tableau-direct-trust-token
Package laravel-tableau-direct-trust-token
Short Description A Laravel Tableau Direct Trust Token generator
License MIT
Informations about the package laravel-tableau-direct-trust-token
Laravel-Tableau-Direct-Trust-Token
Create an API Token for a Tableau Cloud Direct Trust integration.
Requirements
For a Direct Trust connection to Tableau Cloud it is necessary to configure Direct Trust within Tableau.
Installation
Usage
This package registers a tableau\token
POST route that can be used to obtain a token, that can be used to connect to Tableau Cloud via Direct Trust.
To generate the correct token you need to provide the Config Information and an optional user
body parameter to alter the desired username with witch you want to authenticate with Tableau.
Options
To provide the config options use
defaultUser
: the default username with witch you want to authenticate with Tableau. Defaults toenv('TABLEAU_DEFAULT_USER')
secret
: the Tableau secret. Defaults toenv('TABLEAU_SECRET')
secretId
: the Tableau secretId. Defaults toenv('TABLEAU_SECRET_ID')
clientId
: the Tableau clientId. Defaults toenv('TABLEAU_CLIENT_ID')
prefix
: Defines the route prefix. Defaults toapi
.middleware
: An array of all middlewares to be applied to all of the generated routes. Defaults to[]
.
Compatibility
Tested with Laravel 10.x.
License
See License File. Copyright © 2024 Jan Bladt.
All versions of laravel-tableau-direct-trust-token with dependencies
paragonie/sodium_compat Version ^2.1
ramsey/uuid Version ^4.7