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

feat: add api for refresh token #113

Merged
merged 2 commits into from
Jan 18, 2024
Merged

feat: add api for refresh token #113

merged 2 commits into from
Jan 18, 2024

Conversation

hunjixin
Copy link
Collaborator

No description provided.

@hunjixin hunjixin modified the milestone: m1:Starter Jan 16, 2024
@hunjixin hunjixin linked an issue Jan 16, 2024 that may be closed by this pull request
Copy link

codecov bot commented Jan 16, 2024

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (9cbd7ec) 64.42% compared to head (24362d8) 64.42%.
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #113   +/-   ##
=======================================
  Coverage   64.42%   64.42%           
=======================================
  Files         103      102    -1     
  Lines       11603    11620   +17     
=======================================
+ Hits         7475     7486   +11     
- Misses       3389     3393    +4     
- Partials      739      741    +2     
Files Coverage Δ
auth/token.go 72.72% <100.00%> (+27.27%) ⬆️
controller/user_ctl.go 63.44% <100.00%> (+4.40%) ⬆️
auth/auth_middleware.go 50.42% <40.00%> (-2.73%) ⬇️

@TsumikiQAQ TsumikiQAQ merged commit 58c26f8 into main Jan 18, 2024
4 checks passed
@TsumikiQAQ TsumikiQAQ deleted the feat/refresh_token branch January 18, 2024 10:23
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.

fix: 过期时间只有一个小时,超时必须重新登录
2 participants