Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

next-auth-client

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-auth-client - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

.npmignore

3

package.json
{
"name": "next-auth-client",
"version": "1.1.1",
"version": "1.1.2",
"description": "A client for the next-auth module",
"repository": "https://github.com/iaincollins/next-auth-client.git",
"main": "dist/bundle.js",

@@ -6,0 +7,0 @@ "scripts": {

# Next Auth Client
This a client for an upcoming module called `next-auth`.
This a isometric session library for the [next-auth](https://www.npmjs.com/package/next-auth) module.
It is an isometric library designed for use with React.
NextAuth is library for adding authentication to Next.js projects.
You can use it in Next.js projects to add authentication to your site.
## Example usage
````
````javascript
import React from 'react'
import { Session } from 'next-auth-client'
import { NextAuth } from 'next-auth-client'

@@ -18,3 +16,3 @@ export default class extends React.Component {

return {
session: await Session.init({req})
session: await NextAuth.init({req})
}

@@ -40,4 +38,2 @@ }

Additional usage information and examples will follow once the `next-auth` module is live.
-- January 2018
See [next-auth](https://www.npmjs.com/package/next-auth) for more information or [nextjs-starter](https://nextjs-starter.now.sh) for a working demo.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc