Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 364 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 364 Bytes

doenet.cloud library

function login(url)

Set the window.location to the provided url to log in.

function logout()

Clear the stored JWT token.

function putScore(score : number, uri = window.location)

function getScore(uri = window.location)

function putState(state, uri = window.location)

function getState(uri = window.location)