tencentyun / serverless-demo

demo for serverless
109 stars 103 forks source link

feat: add authing next.js demo #151

Closed willin closed 2 years ago

willin commented 2 years ago

该模板使用了 Node.js 16.13 和 Next.js 12 版本,

Authing SDK 采用的是 https://github.com/Authing/authing-nextjs

其代码与该项目 Example 中相同 (仅未使用 Typescript )。使用该模板创建后只需要配置 config.js 或者环境变量,即可立即尝鲜 Authing SSO 集成功能。

willin commented 2 years ago

This Template is using node.js 16.13 and next.js 12, with Authing SDK: https://github.com/Authing/authing-nextjs

The Template Source Codes are almost same with the sdk examples/basic (just without Typescript).