UNPKG

@wristband/nextjs-auth

Version:

SDK for integrating your Next.js application with Wristband. Handles user authentication, session management, and token management.

4 lines (3 loc) 282 B
export { destroySessionWithCookies, getMutableSessionFromCookies, getReadOnlySessionFromCookies, saveSessionWithCookies, } from './from-cookies-session'; export { getSessionFromRequest } from './from-request-session'; export { getPagesRouterSession } from './pages-router-session';