https://github.com/singcl/weixin_scan_login
微信扫码登陆Node.js实现。
https://github.com/singcl/weixin_scan_login
qrcode-login wechat
Last synced: 10 months ago
JSON representation
微信扫码登陆Node.js实现。
- Host: GitHub
- URL: https://github.com/singcl/weixin_scan_login
- Owner: singcl
- Created: 2022-12-17T11:27:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-12T09:17:43.000Z (11 months ago)
- Last Synced: 2025-08-12T10:19:41.427Z (11 months ago)
- Topics: qrcode-login, wechat
- Language: TypeScript
- Homepage: https://wx.imcoco.top/mp/login
- Size: 3.48 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 微信公号扫码登陆&小程序扫码登陆-NEST
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Test
```bash
# unit test
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```
## Roadmap
- [ ] 自定义异常拦截器记录必要的错误日志
- [ ] 自定义异常拦截器记录必要的 Trace 日志
- [ ] 自定义异常拦截器发送必要的提醒邮件
- [ ] 定时任务
## CAS
