We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4999b4b commit 1e34266Copy full SHA for 1e34266
README.md
@@ -187,7 +187,7 @@ $auth0 = new Auth0([
187
'domain' => '{{YOUR_TENANT}}.auth0.com',
188
'clientId' => '{{YOUR_APPLICATION_CLIENT_ID}}',
189
'clientSecret' => '{{YOUR_APPLICATION_CLIENT_SECRET}}',
190
- `cookieSecret` => 'A long, random string of your choosing.'
+ 'cookieSecret' => 'A long, random string of your choosing.'
191
]);
192
```
193
0 commit comments