Clarified implied provenance of example secret

This commit is contained in:
Barnaby Walters 2021-06-12 23:11:17 +02:00
parent 2f47415332
commit be44ce6330
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Typical minimal usage looks something like this:
// Somewhere in your app set-up code:
$server = new Taproot\IndieAuth\Server([
// 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.
'tokenStorage' => '/../data/auth_tokens/',