Articles by tag: api-security
Rhadamanthys vulnerability: how damage was reduced
A vulnerability in the Rhadamanthys infostealer panel allowed researchers to temporarily track stolen data and alert victims. Learn about the limitations of the private sector in combating cybercrime.
Rate limiting ASP.NET Core: setup and algorithms
Learn to set up rate limiting in ASP.NET Core: algorithms, policies, queues, rejections. Complete guide for middle/senior devs with code examples. Protect API from overloads.
JWT authorization FastAPI: step-by-step code
Implement JWT authentication in FastAPI: schemas, security, dependencies, endpoints. Full code for middle/senior dev. Create a secure API in 30 minutes.
JWT authorization FastAPI: code and schemas
Full implementation of JWT authentication in FastAPI: access/refresh tokens, Pydantic schemas, SQLAlchemy models. Ready code for production API. Explore the architecture and dependencies.