mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 10:05:53 +02:00
remove lucia
This commit is contained in:
parent
f14fb90ab6
commit
99d6cababa
39 changed files with 234 additions and 167 deletions
|
@ -1,6 +1,6 @@
|
|||
import { Request } from "express";
|
||||
import { User } from "@server/db/schema";
|
||||
import { Session } from "lucia";
|
||||
import { Session } from "@server/db/schema";
|
||||
|
||||
export interface AuthenticatedRequest extends Request {
|
||||
user: User;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue