next-auth-client
v1.5.0
Published
A client for the next-auth module
Downloads
322
Readme
NextAuthClient
NextAuthClient is a client library for the next-auth module.
As of [email protected] this module is now reundant and will not be updated, you should use the version bundled with next-auth instead.
Old Usage
import { NextAuth } from 'next-auth-client'
New Usage
import { NextAuth } from 'next-auth/client'