1.0.2 • Published 3 years ago

@doenet/cloud v1.0.2

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
3 years ago

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)