mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-03 17:44:44 +02:00
added utils for unauth, verify, and response
This commit is contained in:
parent
d1e198fe55
commit
44e020784b
11 changed files with 125 additions and 69 deletions
|
@ -1,3 +1,6 @@
|
|||
export * from "./unauthorizedResponse";
|
||||
export * from "./verifySession";
|
||||
|
||||
import { Lucia, TimeSpan } from "lucia";
|
||||
import { DrizzleSQLiteAdapter } from "@lucia-auth/adapter-drizzle";
|
||||
import db from "@server/db";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue