Auth.logout when behind Cloudflare

Hey :slight_smile:

is there a way to disable or relax session invalidation on client IP mismatch when running behind Cloudflare/nginx, since users switch between IPv4 and IPv6 and get logged out with auth.logout (Client IP mismatch)?

Thanks!

Set AYON_DISABLE_CHECK_SESSION_IP=true env variable for the server container (src on discord)

More info about Docker configuration AYON Docker Configuration Options - AYON

1 Like