Skip to content

Add core support for extendable authentication#1131

Draft
Onatcer wants to merge 1 commit into
mainfrom
feature/extended-auth-support
Draft

Add core support for extendable authentication#1131
Onatcer wants to merge 1 commit into
mainfrom
feature/extended-auth-support

Conversation

@Onatcer

@Onatcer Onatcer commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

add support for passwordless user creation; add filament loading support for new laravel modules namespacing; add support for pluggable password reset and login rules

@Onatcer Onatcer marked this pull request as draft June 23, 2026 16:17
@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 47.76119% with 35 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.94%. Comparing base (c9e8426) to head (dbc927b).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
app/Providers/Filament/AdminPanelProvider.php 0.00% 19 Missing ⚠️
app/Providers/FortifyServiceProvider.php 46.66% 8 Missing ⚠️
app/Actions/Fortify/ResetUserPassword.php 16.66% 5 Missing ⚠️
app/Models/User.php 60.00% 2 Missing ⚠️
app/Service/UserService.php 95.45% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1131      +/-   ##
============================================
- Coverage     89.20%   88.94%   -0.27%     
- Complexity     1991     2013      +22     
============================================
  Files           282      282              
  Lines          9833     9894      +61     
============================================
+ Hits           8772     8800      +28     
- Misses         1061     1094      +33     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

add support for passwordless user creation; add filament loading support
for new laravel modules namespacing;
add support for pluggable password reset and login rules
@Onatcer Onatcer force-pushed the feature/extended-auth-support branch from 6f5fe31 to dbc927b Compare June 23, 2026 16:33
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