southliu / github-oauth

github授权登录demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Oauth授权登录

  • 修改配置
  1. 打开./views/index.html文件,修改client_idredirect_uri值。
  2. 打开./index.js文件,修改client_idclient_secret值。
  • 配置项来源
  • 安装依赖
pnpm install
  • 运行
pnpm dev
  • 浏览器访问
http://localhost:5050/

About

github授权登录demo


Languages

Language:HTML 53.0%Language:JavaScript 47.0%