swindon 0.7.8

An HTTP edge (frontend) server with smart websockets support
1
2
3
4
5
6
7
import cookie from 'cookie';


export function get_login() {
    let {swindon_muc_login} = cookie.parse(document.cookie);
    return swindon_muc_login
}