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

fix/fix for SecurityConfiguration, also add v1 to every endpoint #56

Merged
merged 3 commits into from
Apr 25, 2024

Conversation

MocStepan
Copy link
Owner

@MocStepan MocStepan commented Apr 25, 2024

Popiš změny

Issue link

closes #55

Zkontrolovat

  • funkčnost: sám jsem si zkontroloval funkčnost
  • název: pull requst název dává najevo co se změnilo
  • endpoints: zkusil jsem si s přihlášením a bez
  • testy: přidal jsem srozumitelné testy

@MocStepan MocStepan linked an issue Apr 25, 2024 that may be closed by this pull request
@MocStepan MocStepan self-assigned this Apr 25, 2024
@MocStepan MocStepan added bug Something isn't working priority::critical Kritické issue labels Apr 25, 2024
Copy link

github-actions bot commented Apr 25, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

@codecov-commenter
Copy link

codecov-commenter commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.05%. Comparing base (e8717dc) to head (d827df5).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##               main      #56      +/-   ##
============================================
+ Coverage     80.00%   80.05%   +0.05%     
  Complexity      134      134              
============================================
  Files            53       53              
  Lines           740      742       +2     
  Branches         35       38       +3     
============================================
+ Hits            592      594       +2     
  Misses          143      143              
  Partials          5        5              
Flag Coverage Δ
backend 74.89% <100.00%> (+0.10%) ⬆️
frontend 89.61% <ø> (ø)

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

Files Coverage Δ
.../backend/auth/base/config/SecurityConfiguration.kt 57.77% <100.00%> (ø)
.../kotlin/com/tul/backend/auth/base/dto/JwtClaims.kt 100.00% <100.00%> (ø)
...ul/backend/auth/base/service/AccessTokenService.kt 90.90% <ø> (ø)
.../tul/backend/auth/controller/AuthUserController.kt 100.00% <ø> (ø)
...ain/kotlin/com/tul/backend/auth/dto/RegisterDTO.kt 100.00% <100.00%> (ø)
...ain/kotlin/com/tul/backend/auth/entity/AuthUser.kt 100.00% <100.00%> (ø)
...ul/backend/weather/controller/WeatherController.kt 100.00% <ø> (ø)

@MocStepan MocStepan merged commit eaef44b into main Apr 25, 2024
3 checks passed
@MocStepan MocStepan deleted the fix/55-fix-výpočtu-expirationdate-pro-cookies branch April 25, 2024 09:24
@MocStepan MocStepan changed the title fix for SecurityConfiguration, also add v1 to every endpoint fix/fix for SecurityConfiguration, also add v1 to every endpoint May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority::critical Kritické issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: výpočtu expirationDate pro cookies
2 participants