📄️ Fine-Grained Access Control (new)
Available from v1.3.0-beta
📄️ Handling Relation Fields in Prisma Body Requests
One of the most powerful features of Arkos is its ability to automatically transform JSON data with nested relations into the appropriate Prisma operations. This eliminates the need to manually structure complex nested creates, updates, and connections.
📄️ Image Uploads
The Arkos image upload API provides a powerful way to handle image files with built-in optimization and processing capabilities.
📄️ Video Uploads
Arkos provides built-in support for video file uploads with configurable size limits and supported format validation.
📄️ Document Uploads
Arkos provides seamless handling of document file uploads with configurable size limits and supported format validation.
📄️ Other Files Uploads
Arkos provides seamless handling of general file uploads with configurable size limits and format validation for files not specifically categorized as images, videos, or documents.
📄️ File Uploads Authentication
Arkos provides authentication and authorization controls for file uploads, allowing you to secure your file upload endpoints using the same RBAC (Role-Based Access Control) mechanisms as your other API endpoints.
📄️ Modifying Built-in Middlewares
Arkos provides a flexible middleware system that allows you to customize how HTTP requests are processed. This guide explains how to replace or disable any of the built-in middlewares to tailor the framework to your specific requirements.