diff --git a/README.md b/README.md index 2b8b3bd..51c609d 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,17 @@ For a complete implementation of GitHub App authentication strategies, see [`@oc Required. Content of the *.pem file you downloaded from the app’s about page. You can generate a new private key if needed. Make sure to preserve the line breaks. + + + options.now + + + number + + + An optional override for the current time in seconds since the UNIX epoch. Defaults to Math.floor(Date.now() / 1000)). This value can be overridden to account for a time skew between the local machine and the authentication server. + +