Skip to content

Commit 1ce4093

Browse files
committed
config: remove unused items
1 parent e09b0bf commit 1ce4093

2 files changed

Lines changed: 0 additions & 66 deletions

File tree

src/Config/Auth.php

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -109,32 +109,6 @@ class Auth extends BaseConfig
109109
// 'jwt' => JWT::class,
110110
];
111111

112-
/**
113-
* --------------------------------------------------------------------
114-
* Name of Authenticator Header
115-
* --------------------------------------------------------------------
116-
* The name of Header that the Authorization token should be found.
117-
* According to the specs, this should be `Authorization`, but rare
118-
* circumstances might need a different header.
119-
*
120-
* @deprecated Moved to AuthToken. No longer used.
121-
*/
122-
public array $authenticatorHeader = [
123-
'tokens' => 'Authorization',
124-
'hmac' => 'Authorization',
125-
];
126-
127-
/**
128-
* --------------------------------------------------------------------
129-
* Unused Token Lifetime
130-
* --------------------------------------------------------------------
131-
* Determines the amount of time, in seconds, that an unused
132-
* access token can be used.
133-
*
134-
* @deprecated Moved to AuthToken. No longer used.
135-
*/
136-
public int $unusedTokenLifetime = YEAR;
137-
138112
/**
139113
* --------------------------------------------------------------------
140114
* Default Authenticator

src/Config/AuthSession.php

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)