opnform-host-nginx/api/app/Http
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
..
Controllers Implement EnsureUserHasWorkspace Trait and Integrate into Controllers… (#741) 2025-04-28 18:03:38 +02:00
Middleware Enhance JWT Authentication Middleware and Configuration 2025-05-07 08:26:33 +02:00
Requests Partial submissions (#705) 2025-04-28 17:33:55 +02:00
Resources Partial submissions (#705) 2025-04-28 17:33:55 +02:00
Kernel.php Refactor Docker configuration and development setup 2025-01-29 17:19:36 +01:00