opnform-host-nginx/docs
Julien Nahum 6b03808d36 Enhance JWT Authentication Middleware and Configuration
- 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.
2025-05-07 08:26:33 +02:00
..
api-reference Technical docs (#553) 2024-09-02 15:33:17 +02:00
configuration Enhance JWT Authentication Middleware and Configuration 2025-05-07 08:26:33 +02:00
contributing Developer docker setup (#683) 2025-01-28 17:52:48 +01:00
deployment Update Docker Documentation to Address Line Ending Issues for Windows Users 2025-03-21 16:30:59 +01:00
images Technical docs (#553) 2024-09-02 15:33:17 +02:00
snippets Technical docs (#553) 2024-09-02 15:33:17 +02:00
README.MD Updated docs 2024-09-02 16:00:48 +02:00
favicon.ico Technical docs (#553) 2024-09-02 15:33:17 +02:00
favicon.svg Technical docs (#553) 2024-09-02 15:33:17 +02:00
introduction.mdx Add link to main product docs 2024-09-02 15:55:14 +02:00
logo.svg Technical docs (#553) 2024-09-02 15:33:17 +02:00
mint.json Developer docker setup (#683) 2025-01-28 17:52:48 +01:00
tech-stack.mdx Technical docs (#553) 2024-09-02 15:33:17 +02:00

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