Clarified implied provenance of example secret
This commit is contained in:
parent
2f47415332
commit
be44ce6330
@ -9,7 +9,7 @@ Typical minimal usage looks something like this:
|
|||||||
// Somewhere in your app set-up code:
|
// Somewhere in your app set-up code:
|
||||||
$server = new Taproot\IndieAuth\Server([
|
$server = new Taproot\IndieAuth\Server([
|
||||||
// A secret key, >= 64 characters long.
|
// A secret key, >= 64 characters long.
|
||||||
'secret' => APP_INDIEAUTH_SECRET,
|
'secret' => YOUR_APP_INDIEAUTH_SECRET,
|
||||||
|
|
||||||
// A path to store token data, or an object implementing TokenStorageInterface.
|
// A path to store token data, or an object implementing TokenStorageInterface.
|
||||||
'tokenStorage' => '/../data/auth_tokens/',
|
'tokenStorage' => '/../data/auth_tokens/',
|
||||||
|
Reference in New Issue
Block a user