Skip to content

Commit 8104318

Browse files
committed
Merge branch 'main' of github.com:LupCode/php-framework
2 parents dcd1d59 + f824d5d commit 8104318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Script defines functions for working with JWT tokens as well as some functions f
7070
instead of the default `session_start()` function. The advantage of a JWT session is that
7171
it does store all information in the cookie and is therefore not dependend on the local storage of
7272
the server like the default PHP session (needed if multiple server instances are used).
73-
If script is not wanted it can be safely deleted as it is not used by the actual framework.
74-
**Important: ** First generate a random, long secret key and put it in the `.env` file for the variable `JWT_SECRET_KEY`!
73+
If script is not wanted it can be safely deleted as it is not used by the actual framework.
74+
**Important:** First generate a random, long secret key and put it in the `.env` file for the variable `JWT_SECRET_KEY`!
7575
Example how to use the JWT session, further documentation inside the script file:
7676
```php
7777
require_once(SCRIPTS.'jwt-session.php'); // include script

0 commit comments

Comments
 (0)