Replies: 1 comment 2 replies
-
This is nice to have. Can you raise a PR and make this middleware optional? It should be configurable via the middlewares.json config file. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think need anti bruteforce system by Ip for auth, like if you failed X times in Y minutes auth/jwt token system will blacklist your ip for Z minute.
Should be done with middleware just example,just call UpdateBlockIp() when incorrect auth or jwt token
Beta Was this translation helpful? Give feedback.
All reactions