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(auth): add social login feature (#840) #854

Merged
merged 4 commits into from
May 3, 2024
Merged

feat(auth): add social login feature (#840) #854

merged 4 commits into from
May 3, 2024

Conversation

qwqcode
Copy link
Member

@qwqcode qwqcode commented May 3, 2024

Copy link

codecov bot commented May 3, 2024

Codecov Report

Attention: Patch coverage is 1.46699% with 806 lines in your changes are missing coverage. Please review.

Project coverage is 25.01%. Comparing base (23d0d86) to head (f26922a).

Files Patch % Lines
internal/auth/gothic_fiber/gothic_fiber.go 5.44% 191 Missing ⚠️
server/handler/auth_email_send.go 0.00% 91 Missing ⚠️
server/handler/auth_merge_apply.go 0.00% 90 Missing ⚠️
internal/auth/providers.go 0.00% 66 Missing ⚠️
server/handler/auth_social_login.go 0.00% 65 Missing ⚠️
server/handler/auth_email_register.go 0.00% 54 Missing ⚠️
server/handler/auth_email_login.go 0.00% 44 Missing ⚠️
internal/auth/social_register.go 0.00% 27 Missing ⚠️
server/handler/auth_merge_check.go 0.00% 26 Missing ⚠️
internal/auth/info.go 0.00% 21 Missing ⚠️
... and 14 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #854      +/-   ##
==========================================
- Coverage   27.53%   25.01%   -2.52%     
==========================================
  Files         182      196      +14     
  Lines        7272     8074     +802     
==========================================
+ Hits         2002     2020      +18     
- Misses       5146     5932     +786     
+ Partials      124      122       -2     
Flag Coverage Δ
go 25.01% <1.46%> (-2.52%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@qwqcode qwqcode merged commit ff21414 into master May 3, 2024
10 of 12 checks passed
@qwqcode qwqcode deleted the feat/auth branch May 3, 2024 13:49
qwqcode added a commit that referenced this pull request May 3, 2024
qwqcode added a commit that referenced this pull request May 3, 2024
qwqcode added a commit that referenced this pull request May 3, 2024
qwqcode added a commit that referenced this pull request May 3, 2024
qwqcode added a commit that referenced this pull request May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] 登录验证功能
1 participant