import solid from '@muze-nl/solid-client'
import {_, from,first} from '@muze-nl/jaqt'
const c = solid.client(options)
const session = c.login(webid)
let username
if (session.isAuthenticated()) {
username = from(session.profile)
.select(first(_.foaf$name,_.vcard$fn, 'John Doe'))
}
let movies = await session.pod().cd('/movies/').list()
let foo = session.get(fooUrl).data
session.logout() // -> oidc rp logout
const pods = session.profile.pim$storage