Skip to content

Commit

Permalink
internal(authentication): change name to use the extended class
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Aug 10, 2023
1 parent f0e891d commit 80ec634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Config/Filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Filters extends BaseConfig
"secureheaders" => SecureHeaders::class,
"ensure_ownership" => EnsureOwnership::class,
"cors" => CorsFilter::class,
"session" => SessionAuth::class
"custom_session" => SessionAuth::class
];

/**
Expand All @@ -39,7 +39,7 @@ class Filters extends BaseConfig
// "honeypot",
// "csrf",
// "invalidchars",
"session" => [
"custom_session" => [
"except" => [
"/",
"login*",
Expand Down

0 comments on commit 80ec634

Please sign in to comment.