Files
Heimdall/config/auth.php
2025-07-10 18:54:00 +00:00

14 lines
173 B
PHP

<?php
return [
'guards' => [
'api' => [
'driver' => 'token',
'provider' => 'users',
'hash' => false,
],
],
];