feat(auth): implement role-based access control and user management features
This commit is contained in:
Vendored
+1
@@ -6,6 +6,7 @@ declare module 'next-auth' {
|
||||
user: {
|
||||
id: string;
|
||||
name: string;
|
||||
role: string;
|
||||
} & DefaultSession['user'];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user