September 29, 2024How to extend AuthJS User type in NextJS using TypeScriptExtend the User type of AuthJS using TypeScript's Module Augmentation to add custom fields like role, firstName, and lastName.#AUTHJS#TYPESCRIPT#NEXTJS