0.1.3 • Published 12 months ago

@next-auth-oauth/gitee v0.1.3

Weekly downloads
-
License
MIC
Repository
github
Last release
12 months ago

Gitee登录示例

使用示例:

import { Gitee } from '@next-auth-oauth/gitee'
...
providers: [
  Gitee({
    clientId: process.env.AUTH_GITEE_ID,
    clientSecret: process.env.AUTH_GITEE_SECRET
  })
]
0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago