2 مستودعات
Tools for securing backend interfaces and managing authorization.
Distinguishing note: No existing candidates provided; fits under Security & Cryptography.
Explore 2 awesome GitHub repositories matching security & cryptography · API Security Frameworks. Refine with filters or upvote what's useful.
This project is a full-stack web framework that provides a comprehensive environment for building server-side applications. It utilizes a model-view-controller architecture to separate application logic into distinct layers for data management, user interface presentation, and request handling. The platform manages the entire request-response lifecycle, including security, session handling, and background task processing, while using an object-relational mapping layer to translate database records into programmable objects. The framework distinguishes itself through a central service containe
Creates protected interfaces while handling user authorization and data validation.
This project is a full stack project generator and boilerplate for the MEAN stack, combining MongoDB, Express, Angular, and Node.js. It provides a pre-configured architecture and scaffolding tools to bootstrap JavaScript applications with a database, backend server, and frontend framework. The project includes a Dockerized application template to ensure consistent deployment and local development across different hardware configurations. It features a Node.js API scaffold that integrates token-based security, request validation, and interactive API documentation. The codebase covers broader
Implements a security framework for protecting API endpoints using token-based authentication and authorization strategies.