Hi,
I'm currently playing with whitelist/blacklist functionality.
I want to whitelist some emails, and deny all the rest, how I do this ?
NGO_WHITELIST=test@example.com
NGO_BLACKLIST=*
is i.e. not working
With
NGO_WHITELIST=sometest@example.com
I can still access with test@example.com
With
NGO_BLACKLIST=test@example.com
I can no longer access with test@example.com