mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
fix: Move more directories
This commit is contained in:
9
cloud/packages/functions/src/subjects.ts
Normal file
9
cloud/packages/functions/src/subjects.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { z } from "zod"
|
||||
import { createSubjects } from "@openauthjs/openauth/subject"
|
||||
|
||||
export const subjects = createSubjects({
|
||||
user: z.object({
|
||||
email: z.string(),
|
||||
userID: z.string(),
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user