Clarified implied provenance of example secret

This commit is contained in:
Barnaby Walters 2021-06-12 23:11:05 +02:00
parent f28471df25
commit 2f47415332

View File

@ -32,7 +32,7 @@ use Taproot\IndieAuth\Storage\TokenStorageInterface;
* // 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/',