Files
einundzwanzig-verein/bootstrap/providers.php
user 9c1cea5868 🔒 Add Nostr authentication support with custom guard and user provider
🛠️ Integrate Nostr auth across relevant components and views
📦 Update config, routes, and service provider for Nostr auth
2025-11-20 23:10:20 +01:00

9 lines
208 B
PHP

<?php
return [
App\Providers\AppServiceProvider::class,
App\Providers\FolioServiceProvider::class,
App\Providers\NostrAuthServiceProvider::class,
App\Providers\VoltServiceProvider::class,
];