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

Integrate Firebase Auth #28

Merged
merged 12 commits into from
Mar 24, 2024
Merged

Integrate Firebase Auth #28

merged 12 commits into from
Mar 24, 2024

Conversation

bonk1t
Copy link
Owner

@bonk1t bonk1t commented Mar 23, 2024

  • Authenticate users with Firebase Auth using tokens sent in the Bearer header.
  • Update tests
  • Update README.md files
  • Refactor, remove get_current_active_user
    Unrelated changes:
  • Ensure HTTPStatus usage consistency
  • Update packages, poetry.lock, requirements.txt.

Copy link

codecov bot commented Mar 23, 2024

Codecov Report

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

Project coverage is 89.45%. Comparing base (6420e51) to head (331a9d0).
Report is 1 commits behind head on main.

Files Patch % Lines
nalgonda/routers/v1/api/agent.py 50.00% 4 Missing ⚠️
nalgonda/routers/v1/api/tool.py 72.72% 3 Missing ⚠️
nalgonda/routers/v1/api/session.py 66.66% 2 Missing ⚠️
nalgonda/routers/v1/api/agency.py 90.00% 1 Missing ⚠️
nalgonda/routers/v1/api/message.py 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
+ Coverage   87.91%   89.45%   +1.54%     
==========================================
  Files          54       52       -2     
  Lines        1390     1309      -81     
==========================================
- Hits         1222     1171      -51     
+ Misses        168      138      -30     

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

@bonk1t bonk1t merged commit dca188d into main Mar 24, 2024
2 of 3 checks passed
@bonk1t bonk1t deleted the feat/integrate-firebase-auth branch March 24, 2024 02:27
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.

1 participant