Public
Like
1
lucia_adapter
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
import { ValTownAdapter } from "https://esm.town/v/pomdtr/lucia_adapter";
import { Lucia } from "npm:lucia@3.0.1";
const adapter = new ValTownAdapter({
user: "user",
session: "session",
});
const lucia = new Lucia(adapter)