APP_KEY And You | Tighten - 0 views
-
The application key is a random, 32-character string stored in the APP_KEY key in your .env file.
-
Once your app is running, there's one place it uses the APP_KEY: cookies.
-
Laravel uses the key for all encrypted cookies, including the session cookie, before handing them off to the user's browser, and it uses it to decrypt cookies read from the browser.
- ...16 more annotations...