nextauth-cloudinary-provider

0.0.3 • Public • Published

NextAuth.js Cloudinary Provider

This is experimental and not officially supported by Cloudinary

Getting Started

  • Install as a dependency
yarn add nextauth-cloudinary-provider
# or
npm install nextauth-cloudinary-provider
  • Add as a provider in /pages/api/auth/[...nextauth].js with your configured credentials
import { Cloudinary } from 'nextauth-cloudinary-provider';

...

providers: [
  Cloudinary({
    clientId: process.env.CLOUDINARY_CLIENT_ID,
    clientSecret: process.env.CLOUDINARY_CLIENT_SECRET,
  }),
]

Read more about how you can use NextAuth.js over at next-auth.js.org.

Readme

Keywords

none

Package Sidebar

Install

npm i nextauth-cloudinary-provider

Weekly Downloads

3

Version

0.0.3

License

MIT

Unpacked Size

2.23 kB

Total Files

3

Last publish

Collaborators

  • colbyfayock