You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Log real ip in case for firewalls / load balancers / cloudflare
Currently remote_addr causing issues with firewall
- Log ip when false attempts are made with hash key
Failed attemps are never logged
- Set correct ip when login via hash key:
Current auth.log:
2020-12-19 18:35:02 api 127.0.0.1 successfully launched
2020-12-19 18:35:02 api 127.0.0.1 successfully launched
Even though requests are made from a remote ip
//This exists, so native JSON can be used without the repeating the code twice, so future code changes are easier and dont need to be replicated twice
30
+
//This exists, so native JSON can be used without the repeating the code twice, so future code changes are easier and don't need to be replicated twice
0 commit comments