From fc841341eed0f31dc72e33b3b68fdbf8f6cd4c59 Mon Sep 17 00:00:00 2001 From: Joel <34149088+semijoelon@users.noreply.github.com> Date: Wed, 17 Oct 2018 21:41:31 -0400 Subject: [PATCH] Compatibility update and formatting --- USE_CASES.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/USE_CASES.md b/USE_CASES.md index c85361490..98848348b 100644 --- a/USE_CASES.md +++ b/USE_CASES.md @@ -74,15 +74,15 @@ After completing the setup tutorial, you will want to make sure your app’s configuration settings have at least the following options enabled: **Application Access** -*Enterprise +* Enterprise **Application Scopes** -*Read all files and folders stored in Box -*Read and write all files and folders stored in Box -*Manage users +* Read all files and folders stored in Box +* Read and write all files and folders stored in Box +* Manage users **Advanced Features** -*Perform Actions as Users +* Perform Actions as Users Remember to reauthorize your app [here](https://app.box.com/master/settings/openbox) after making any changes to @@ -117,7 +117,7 @@ $claims = array( 'sub' => $boxConfig->enterpriseID, 'box_sub_type' => 'enterprise', 'aud' => 'https://api.box.com/oauth2/token', - 'jti' => bin2hex(random_bytes(16)), + 'jti' => bin2hex(openssl_random_pseudo_bytes(16)), 'exp' => time() + 50 );