Skip to content

Commit

Permalink
config: remove unused items
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Sep 19, 2023
1 parent 4a4352c commit a10104d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 deletions.
26 changes: 0 additions & 26 deletions src/Config/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,32 +109,6 @@ class Auth extends BaseConfig
// 'jwt' => JWT::class,
];

/**
* --------------------------------------------------------------------
* Name of Authenticator Header
* --------------------------------------------------------------------
* The name of Header that the Authorization token should be found.
* According to the specs, this should be `Authorization`, but rare
* circumstances might need a different header.
*
* @deprecated Moved to AuthToken. No longer used.
*/
public array $authenticatorHeader = [
'tokens' => 'Authorization',
'hmac' => 'Authorization',
];

/**
* --------------------------------------------------------------------
* Unused Token Lifetime
* --------------------------------------------------------------------
* Determines the amount of time, in seconds, that an unused
* access token can be used.
*
* @deprecated Moved to AuthToken. No longer used.
*/
public int $unusedTokenLifetime = YEAR;

/**
* --------------------------------------------------------------------
* Default Authenticator
Expand Down
40 changes: 0 additions & 40 deletions src/Config/AuthSession.php

This file was deleted.

0 comments on commit a10104d

Please sign in to comment.