- Updated the `AuthenticateJWT.php` middleware to conditionally skip IP and User Agent validation based on a new configuration setting, improving flexibility for users with dynamic IPs. - Added a new configuration option `jwt_skip_ip_ua_validation` in `app.php` to control the validation behavior, allowing it to be set via the environment file. - Updated documentation in `environment-variables.mdx` to include the new configuration option, ensuring users are informed about its purpose and usage. These changes enhance the JWT authentication process by providing an option to bypass IP and User Agent validation, improving usability for self-hosted users. |
||
|---|---|---|
| .. | ||
| api-reference | ||
| configuration | ||
| contributing | ||
| deployment | ||
| images | ||
| snippets | ||
| README.MD | ||
| favicon.ico | ||
| favicon.svg | ||
| introduction.mdx | ||
| logo.svg | ||
| mint.json | ||
| tech-stack.mdx | ||
README.MD
Development
Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command
npm i -g mintlify
Run the following command at the root of your documentation (where mint.json is)
mintlify dev