Readme

Cross-platform safe Lucia-middleware

This is a pretty ugly sittuation. It's really a hack around the way @stevekrouse/lucia_middlware was written, but to make it safe to import on the frontend, because it only imports the backend stuff dynamically per request.

1
2
3
4
export const luciaMiddleware = (handler) => (async (req) => {
const { luciaMiddleware } = await import("https://esm.town/v/stevekrouse/lucia_middleware");
return luciaMiddleware(handler)(req);
})
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
August 19, 2024