Best Practice for rate limiting: https://developers.cloudflare.com/waf/rate-limiting-rules/best-practices/
Securing APIs: Express rate limit and slow down:
https://developer.mozilla.org/en-US/blog/securing-apis-express-rate-limit-and-slow-down/
(OWASP Cheat Sheet Series) JWT for Java :
https://cheatsheetseries.owasp.org/cheatsheets/JSON_Web_Token_for_Java_Cheat_Sheet.html
(0Auth by Otka) Signing Algorithms :
(npmjs JSONWEBTOKEN) :
(How to properly secure your JWT) :
https://www.softwaresecured.com/post/how-to-properly-secure-your-jwts
(Kyle Cook) Web Dev Simplified “JWT Authentication Tutorial” :
(Kyle Cook) Build Node.js User Authentication - Password Login
(Loi Liang Yang) How Hackers Hack JSON Web Tokens :
(Auth0) RS256 vs HS256: What's the Difference?