Skip to content

Commit

Permalink
response validation fixed 5
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Sep 17, 2024
1 parent 496c0a2 commit 47a20f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
*/
'geoip' => [
'default' => env('PACKAGE_AUTH_GEOIP_DRIVER', null),
'whitelist' => ['127.0.0.1', '0.0.0.0', 'localhost'],
'drivers' => [
'local' => [
'class' => Local::class,
Expand Down

0 comments on commit 47a20f3

Please sign in to comment.