Skip to content

v0.7.6

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 25 Jan 04:50
· 340 commits to main since this release

Changes

Authentication Improvements

  • Add AUTH_TRUSTED_ORIGINS config for remote/LAN access
  • Add AUTH_SECURE_COOKIES config (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=false

Full Changelog: v0.7.5...v0.7.6