File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ Script defines functions for working with JWT tokens as well as some functions f
7070instead of the default ` session_start() ` function. The advantage of a JWT session is that
7171it does store all information in the cookie and is therefore not dependend on the local storage of
7272the 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 ` !
7575Example how to use the JWT session, further documentation inside the script file:
7676``` php
7777require_once(SCRIPTS.'jwt-session.php'); // include script
You can’t perform that action at this time.
0 commit comments