Changes
Authentication Improvements
- Add
AUTH_TRUSTED_ORIGINSconfig for remote/LAN access - Add
AUTH_SECURE_COOKIESconfig (defaults to secure in production) - Fix CORS to support credentials for cross-origin authentication
- Fix SSE auth by adding withCredentials for cross-origin support
- Add baseURL and basePath to Better Auth config
- Fix admin password reset to use Better Auth hashing (scrypt instead of bcrypt)
Documentation
- Add HTTP/LAN deployment configuration guide to README
Configuration
For HTTP deployments on local networks, set these environment variables:
AUTH_TRUSTED_ORIGINS=http://localhost:5003,http://192.168.1.*:5003
AUTH_SECURE_COOKIES=falseFull Changelog: v0.7.5...v0.7.6