@next-auth-oauth/authing
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

Authing 登录示例

使用示例:

import { Authing } from '@next-auth-oauth/authing'
...
providers: [
  Authing({
    clientId: process.env.AUTH_AUTHING_ID,
    clientSecret: process.env.AUTH_AUTHING_SECRET,
    domain: process.env.AUTH_AUTHING_DOMAIN
  })
]

Package Sidebar

Install

npm i @next-auth-oauth/authing

Weekly Downloads

2

Version

0.1.5

License

MIC

Unpacked Size

4.77 kB

Total Files

6

Last publish

Collaborators

  • liuhuapiaoyuan1