UNPKG

@inertiapixel/nextjs-auth

Version:

A reusable Next.js authentication package supporting credentials, OTP, and OAuth login.

4 lines (3 loc) 189 B
export declare const getToken: (key: string) => string | null; export declare const setToken: (key: string, token: string) => void; export declare const removeToken: (key: string) => void;