Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.
/ LancsToken Public archive

Generate a Lancaster University CoSign Token

Notifications You must be signed in to change notification settings

lancaster-uni/LancsToken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LancsToken

Generate CoSign Tokens for Lancaster University

This code is meant for educational purposes only.

npm version

Installation:

yarn add lancstoken
or
npm i lancstoken

Usage:

import CoSign from 'lancstoken';

const account = new CoSign({
    user: "Username",
    pass: "Password",
});
account.getUserToken().then(()=>{
    console.log(account.token, account.cookie);
});


account.token //user token
account.cookie //user cookie

About

Generate a Lancaster University CoSign Token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published