Skip to content

Commit 4999b4b

Browse files
authored
Update README.md
1 parent cb15202 commit 4999b4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ $auth0 = new Auth0([
187187
'domain' => '{{YOUR_TENANT}}.auth0.com',
188188
'clientId' => '{{YOUR_APPLICATION_CLIENT_ID}}',
189189
'clientSecret' => '{{YOUR_APPLICATION_CLIENT_SECRET}}',
190+
`cookieSecret` => 'A long, random string of your choosing.'
190191
]);
191192
```
192193

0 commit comments

Comments
 (0)