mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-03 09:34:48 +02:00
Add verify middleware
This commit is contained in:
parent
e89ee4042a
commit
a8f944fc78
17 changed files with 1230 additions and 40 deletions
|
@ -5,4 +5,5 @@ import { Session } from "lucia";
|
|||
export interface AuthenticatedRequest extends Request {
|
||||
user: User;
|
||||
session: Session;
|
||||
userOrgRole?: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue