An open API service indexing awesome lists of open source software.

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实现。

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
![cas](./sso_cas.jpg)