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

Implement OIDC #1205

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

feat: Implement OIDC auth based on OpenID-Connect-PHP library

155fa4d
Select commit
Loading
Failed to load commit list.
Open

Implement OIDC #1205

feat: Implement OIDC auth based on OpenID-Connect-PHP library
155fa4d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 14, 2025 in 0s

80.76% (-0.77%) compared to afaea03

View this Pull Request on Codecov

80.76% (-0.77%) compared to afaea03

Details

Codecov Report

Attention: Patch coverage is 9.00000% with 91 lines in your changes missing coverage. Please review.

Project coverage is 80.76%. Comparing base (afaea03) to head (155fa4d).

Files with missing lines Patch % Lines
app/Auth/OIDC/OIDCController.php 0.00% 58 Missing ⚠️
app/Auth/OIDC/OpenIDConnectClient.php 0.00% 16 Missing ⚠️
app/Auth/OIDC/OIDCUser.php 0.00% 9 Missing ⚠️
resources/js/views/Login.vue 28.57% 5 Missing ⚠️
...p/Http/Controllers/api/v1/auth/LoginController.php 57.14% 3 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #1205      +/-   ##
=============================================
- Coverage      81.52%   80.76%   -0.77%     
- Complexity      1410     1441      +31     
=============================================
  Files            364      367       +3     
  Lines           9548     9647      +99     
  Branches         867      871       +4     
=============================================
+ Hits            7784     7791       +7     
- Misses          1764     1856      +92     

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