UNPKG

@heymarco/next-auth

Version:

A complete authentication solution for web applications.

16 lines (15 loc) 297 B
export const defaultAuthConfigShared = { business: { name: process.env.BUSINESS_NAME ?? '', url: process.env.BUSINESS_URL ?? '', }, signUp: { enabled: true, }, signIn: { path: '/auth/signin', }, reset: { enabled: true, }, };