Skip to content

Feat/add user login, registration, profile #21

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

Merged
merged 20 commits into from
Dec 6, 2023
Merged

Conversation

Brownjy
Copy link
Collaborator

@Brownjy Brownjy commented Dec 1, 2023

  • user login, generate token return
  • user registration
  • user profile

@Brownjy Brownjy linked an issue Dec 1, 2023 that may be closed by this pull request
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

Merging #21 (d094a45) into main (da30a94) will decrease coverage by 9.97%.
Report is 1 commits behind head on main.
The diff coverage is 19.27%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
- Coverage   50.01%   40.04%   -9.97%     
==========================================
  Files          34       38       +4     
  Lines        4163     5419    +1256     
==========================================
+ Hits         2082     2170      +88     
- Misses       1801     2955    +1154     
- Partials      280      294      +14     
Files Coverage Δ
auth/jwt_login.go 100.00% <100.00%> (ø)
config/config.go 0.00% <ø> (ø)
models/user.go 87.50% <100.00%> (+14.77%) ⬆️
auth/basic_auth.go 58.76% <58.76%> (ø)
api/jiaozifs.gen.go 0.71% <0.00%> (ø)

... and 1 file with indirect coverage changes

@Brownjy Brownjy changed the title Feat/add user login Feat/add user login, registration, profile Dec 5, 2023
@Brownjy Brownjy requested a review from hunjixin December 5, 2023 09:48
Copy link
Collaborator

@hunjixin hunjixin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hunjixin hunjixin merged commit 7d91e4a into main Dec 6, 2023
@hunjixin hunjixin deleted the feat/add_user_login branch December 8, 2023 05:43
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.

feat: 用户密码登录及接口验证
2 participants