workfront-cookie
TypeScript icon, indicating that this package has built-in type declarations

3.4.5 • Public • Published

workfront-cookie

NPM version NPM downloads Dependencies Dev. Dependencies MIT License Build Status Coverage

Provides methods for extracting values from workfront cookies.

Installation

Via NPM:

npm i workfront-cookie --save-dev

Package provides UMD bundle, so you can also include it to your page using <script> tag.

In that case a global variable called WorkfrontCookie will be created.

API

Bundle exposes an object with the following items:

COOKIE_NAME: string

A constant string representing name of the Workfront cookie.

getSessionID(cookieString?: string): undefined | string

Returns Workfront session ID currently stored in the cookie.

In case the second argument is specified, value will be extracted from that string instead of using document.cookie.

If for some reason it is impossible to determine session ID, this method will return undefined.

getXSRFToken(cookieString?: string): undefined | string

Returns Workfront XSRF token currently stored in the cookie. Eventually, this token will replace sessionID.

In case the second argument is specified, value will be extracted from that string instead of using document.cookie.

If for some reason it is impossible to determine XSRF token, this method will return undefined.

readCookie(name: string, cookieString?: string): undefined | string

Returns value for the given key (name) stored in cookie.

It case the second argument is specified, value will be extracted from that string instead of using document.cookie.

License

MIT (http://www.opensource.org/licenses/mit-license.php)

Package Sidebar

Install

npm i workfront-cookie

Weekly Downloads

0

Version

3.4.5

License

Apache-2.0

Unpacked Size

28.5 kB

Total Files

14

Last publish

Collaborators

  • bhovhannes