@fullauth/next
v1.2.1
Published
This package is part of the FullAuth authentication library, providing enhanced features and integration for Next.js applications.
Downloads
18
Readme
@fullauth/next
This package is part of the FullAuth authentication library, providing enhanced features and integration for Next.js applications.
Documentation
Full documentation for @fullauth/next can be found here.
Usage/Examples
# npm
npm install @fullauth/next
# Yarn
yarn add @fullauth/next
# pnpm
pnpm add @fullauth/next
# Bun
bun add @fullauth/next
then import it in your next.js route:
import { NextHandler } from '@fullauth/next';