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

https://github.com/southliu/github-oauth

github授权登录demo
https://github.com/southliu/github-oauth

Last synced: 3 months ago
JSON representation

github授权登录demo

Awesome Lists containing this project

README

        


Github Oauth授权登录


- 修改配置
1. 打开`./views/index.html`文件,修改`client_id`和`redirect_uri`值。
2. 打开`./index.js`文件,修改`client_id`和`client_secret`值。

- 配置项来源





- 安装依赖
```bash
pnpm install
```

- 运行

```bash
pnpm dev
```

- 浏览器访问

```bash
http://localhost:5050/
```