@financial-times/session-decoder-js

[![CircleCI](https://circleci.com/gh/Financial-Times/session-decoder-js/tree/main.svg?style=svg)](https://circleci.com/gh/Financial-Times/session-decoder-js/tree/main)

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@financial-times/session-decoder-js
1.3.1a year ago7 years agoMinified + gzip package size for @financial-times/session-decoder-js in KB

Readme

Session Decoder
CircleCI
A simple lib that allows you to decode the uuid from an FT session.

Warning

The session token holds the UUID but not any information as to the validity of the session - for example if the session was revoked by the FT or expired.
It is therefore unsuitable to use this library for authentication.
Requests that read and write a user's data MUST authenticate directly against the Session API to ensure the session is valid.
For more information:-