add oauth and create suggestion

This commit is contained in:
2023-12-09 23:03:04 +01:00
parent 4a3ff6c7ac
commit ff2d5ae7a8
9 changed files with 143 additions and 35 deletions

4
src/auth.d.ts vendored
View File

@@ -1,7 +1,9 @@
declare module '#auth-utils' {
interface UserSession {
user: {
username: string
email: string,
username: string,
picture: string
}
}
}