# koa-app **Repository Path**: wangming956514476/koa-app ## Basic Information - **Project Name**: koa-app - **Description**: 由koa创建的注册登录接口,包含了token鉴权 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-09-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # koa-app 由koa创建的注册登录接口,包含了token鉴权 ----- 中间件 - bcrypt - gravatar - jsonwebtoken - koa - koa-bodyparser - koa-passport - koa-router - mongoose - nodemon - passport-jwt ------ 简单实现了登录注册接口,使用了`gravatar`来获取用户头像,`jsonwebtoken`鉴权私有化接口。