0.1.3 • Published 9 months ago

@next-auth-oauth/gitee v0.1.3

Weekly downloads
-
License
MIC
Repository
github
Last release
9 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

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago