prototyping passport auth logic
This commit is contained in:
@@ -37,4 +37,9 @@ export interface IGroceryList {
|
||||
recipes?: IRecipe["id"][]
|
||||
active: boolean
|
||||
ownerid: IUser["id"]
|
||||
}
|
||||
|
||||
export interface IUserAuth {
|
||||
email: string
|
||||
password: string
|
||||
}
|
||||
Reference in New Issue
Block a user