Comment by thayne

8 days ago

Well, getting that JWT gives you something to track requests by. So you can count how many requests you get per jwt,then if that token is making too many requests you can block it, throttle it,tarpit it,etc.

I'm not sure if anubis currently does that, but it certainly could.