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 TwitterSSO to support Twitter (X) login #139

Merged
merged 3 commits into from
Mar 17, 2024

Conversation

tomasvotava
Copy link
Owner

Closes #136

@tomasvotava tomasvotava self-assigned this Mar 17, 2024
Copy link

codecov bot commented Mar 17, 2024

Codecov Report

Merging #139 (05629a6) into master (2857ab7) will increase coverage by 5.82%.
The diff coverage is 91.17%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
+ Coverage   88.45%   94.27%   +5.82%     
==========================================
  Files          16       19       +3     
  Lines         381      437      +56     
==========================================
+ Hits          337      412      +75     
+ Misses         44       25      -19     
Files Coverage Δ
fastapi_sso/__init__.py 100.00% <100.00%> (ø)
fastapi_sso/pkce.py 100.00% <100.00%> (ø)
fastapi_sso/sso/facebook.py 100.00% <ø> (+14.28%) ⬆️
fastapi_sso/sso/fitbit.py 93.33% <ø> (+24.58%) ⬆️
fastapi_sso/sso/generic.py 100.00% <ø> (+4.54%) ⬆️
fastapi_sso/sso/github.py 60.00% <ø> (+6.15%) ⬆️
fastapi_sso/sso/gitlab.py 100.00% <ø> (+14.28%) ⬆️
fastapi_sso/sso/kakao.py 100.00% <ø> (+14.28%) ⬆️
fastapi_sso/sso/line.py 100.00% <ø> (+14.28%) ⬆️
fastapi_sso/sso/linkedin.py 100.00% <ø> (+11.76%) ⬆️
... and 6 more

@tomasvotava tomasvotava merged commit fd23647 into master Mar 17, 2024
24 checks passed
@tomasvotava tomasvotava deleted the feat-twitter-support branch March 17, 2024 21:06
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.

support twitter
1 participant