0.1.5 • Published 1 year ago

@next-auth-oauth/authing v0.1.5

Weekly downloads
-
License
MIC
Repository
github
Last release
1 year ago

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
  })
]
0.1.5

1 year ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago