Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis-pool #15

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open

Redis-pool #15

wants to merge 38 commits into from

Conversation

TremblingV5
Copy link

No description provided.

TremblingV5 and others added 30 commits June 3, 2022 12:17
   user增加字password段
user表新增password字段
完成用户信息、用户注册和登录功能,添加jwt ,自定义中间件校验jwt
此次代码提交存在部分代码分层不够规范的现象,目的是为了避免与其他代码产生较大冲突,之后拉取其他代码后进一步merge
围绕关注接口添加了功能实现,修改了go.mod的module名;
调整项目代码结构、修正user和relation相关的bug
修改用户注册一直显示用户已存在的bug和feed路由被拦截bug
修正数据库password字段问题
添加评论、删除评论、修改了feed流的返回结果
TremblingV5 and others added 8 commits June 10, 2022 16:45
部分接口所传参数中没有id,需要从token处获取id
验证token时,在context中添加一个"user_id"字段记录token所属的user_id,部分接口所传参数中没有id,需要从token处获取id
项目结构调整,将数据实体全部放入dto,model只存放数据库模型及其CRUD方法,修正部分bug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants