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

Feature/auth jwt #12

Merged
merged 22 commits into from
May 5, 2024
Merged

Feature/auth jwt #12

merged 22 commits into from
May 5, 2024

Conversation

thorrester
Copy link
Member

@thorrester thorrester commented May 4, 2024

Pull Request

Short Summary

Adds optional application security via oauth2 and a jwt bearer token

Copy link

github-actions bot commented May 4, 2024

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

poetry.lock

PackageVersionLicenseIssue Type
tqdm4.66.4NullUnknown License

Scanned Manifest Files

poetry.lock
  • tqdm@4.66.2
  • bcrypt@4.1.2
  • pyjwt@2.8.0
  • tqdm@4.66.4
pyproject.toml
  • pyjwt@2.8.0
  • bcrypt@^ 4.0.0

Copy link

codecov bot commented May 4, 2024

Codecov Report

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

Project coverage is 91.49%. Comparing base (45c0a62) to head (72b9221).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
- Coverage   92.70%   91.49%   -1.22%     
==========================================
  Files         114      114              
  Lines        8649     8885     +236     
==========================================
+ Hits         8018     8129     +111     
- Misses        631      756     +125     
Files Coverage Δ
opsml/__init__.py 84.61% <100.00%> (ø)
opsml/app/core/event_handlers.py 94.00% <100.00%> (+0.52%) ⬆️
opsml/app/routes/audit.py 96.87% <ø> (-0.04%) ⬇️
opsml/app/routes/cards.py 93.58% <ø> (ø)
opsml/app/routes/files.py 83.33% <ø> (ø)
opsml/app/routes/homepage.py 92.30% <ø> (-0.55%) ⬇️
opsml/app/routes/pydantic_models.py 100.00% <100.00%> (ø)
opsml/app/routes/router.py 100.00% <100.00%> (ø)
opsml/registry/sql/base/db_initializer.py 94.91% <100.00%> (+1.43%) ⬆️
opsml/registry/sql/base/query_engine.py 98.72% <100.00%> (+0.20%) ⬆️
... and 11 more

... and 10 files with indirect coverage changes

@thorrester thorrester mentioned this pull request May 5, 2024
@thorrester thorrester marked this pull request as ready for review May 5, 2024 20:49
@thorrester thorrester merged commit dd52d36 into main May 5, 2024
15 checks passed
@thorrester thorrester deleted the feature/auth-jwt branch May 6, 2024 16:57
@thorrester thorrester restored the feature/auth-jwt branch May 8, 2024 20:10
@thorrester thorrester deleted the feature/auth-jwt branch May 8, 2024 20:12
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