UNPKG

@heymarco/next-auth

Version:

A complete authentication solution for web applications.

7 lines (6 loc) 342 B
export declare const signUpPath = "signup"; export declare const passwordResetPath = "reset"; export declare const usernameValidationPath = "check-username"; export declare const emailValidationPath = "check-email"; export declare const passwordValidationPath = "check-password"; export declare const emailConfirmationPath = "email-confirm";