feat: password reset, email change with verification, and password change
Password reset: multi-app support with custom notification linking to correct frontend (app/portal/admin). Email change: self-service with password confirmation and admin-initiated, both sending verification to new address with 24h expiry. Confirmation sent to old email on completion. Password change: authenticated endpoint revoking other sessions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -123,6 +123,7 @@ return [
|
||||
'store' => env('APP_MAINTENANCE_STORE', 'database'),
|
||||
],
|
||||
|
||||
'frontend_admin_url' => env('FRONTEND_ADMIN_URL', 'http://localhost:5173'),
|
||||
'frontend_app_url' => env('FRONTEND_APP_URL', 'http://localhost:5174'),
|
||||
'frontend_portal_url' => env('FRONTEND_PORTAL_URL', 'http://localhost:5175'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user