UNPKG

@inertiapixel/nextjs-auth

Version:

Authentication system for Next.js. Supports credentials and social login, JWT token management, and lifecycle hooks — designed to integrate with nodejs-auth for full-stack MERN apps.

10 lines (9 loc) 225 B
interface RedirectToSignUpProps { redirectUrl?: string; } declare const RedirectToSignUp: ({ redirectUrl }: RedirectToSignUpProps) => null; export default RedirectToSignUp; /** * ===Usage=== * <RedirectToSignUp /> */