79603981

Date: 2025-05-02 18:59:54
Score: 1
Natty:
Report link

It is recommended to use AuthOptions instead of NextAuthOptions for better clarity and consistency. You can import it directly using:

import { AuthOptions } from 'next-auth';

This helps align your code with the latest conventions in the NextAuth.js documentation.

export const authConfig: AuthOptions = {}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: NekoMoew