Improved naming of authentication callback config key
This commit is contained in:
@@ -111,7 +111,7 @@ YOUR_HASHED_PASSWORD = password_hash('my super strong password', PASSWORD_DEFAUL
|
||||
use Taproot\IndieAuth;
|
||||
$server = new IndieAuth\Server([
|
||||
…
|
||||
'handleAuthenticationRequestCallback' => new IndieAuth\Callback\SingleUserPasswordAuthenticationCallback(
|
||||
'authenticationHandler' => new IndieAuth\Callback\SingleUserPasswordAuthenticationCallback(
|
||||
['me' => 'https://me.example.com/'],
|
||||
YOUR_HASHED_PASSWORD
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user