2 مستودعات
Implementing the Local Network Access specification to allow private network requests.
Distinct from Private Network Access: Specifically implements the LNA browser specification, which is distinct from general remote access or network mapping.
Explore 2 awesome GitHub repositories matching security & cryptography · Local Network Access Support. Refine with filters or upvote what's useful.
django-cors-headers هو برنامج وسيط (Middleware) لـ Django يدير رؤوس مشاركة الموارد عبر المنشأ للتحكم في النطاقات الخارجية التي يمكنها الوصول إلى موارد الخادم. يعمل كمكون أمني لفرض سياسات التحكم في الوصول من خلال التحقق من المنشأ وإدارة الرؤوس. يوفر المشروع قدرات للقائمة البيضاء للمنشأ باستخدام أسماء المضيفين أو التعبيرات النمطية ويدعم مواصفات الوصول إلى الشبكة المحلية للسماح بالطلبات من الشبكات الخاصة. يسمح بالتحكم الدقيق عبر قيود قائمة على المسار والتحقق الديناميكي من المنشأ المدفوع بنظام إشارات. يغطي البرنامج مجالات أمان وأداء أوسع بما في ذلك إدارة بيانات الاعتماد، وتصفية الطلبات، والتحكم في عرض رؤوس الاستجابة. كما يدير تنسيق ذاكرة التخزين المؤقت عن طريق إضافة المنشأ إلى رأس التباين (Vary header) لمنع تصادم المحتوى بين طلبات مختلفة عبر المنشأ.
Implements headers required by the Local Network Access specification to permit requests from private networks.
Cerbos is an open-source authorization service that provides a centralized, language-agnostic engine for managing access control. It functions as a policy-as-code platform, allowing teams to define, test, and distribute authorization rules using declarative YAML or JSON configurations. By decoupling access logic from application code, it enables consistent permission enforcement across diverse service stacks. The project distinguishes itself through its ability to translate high-level authorization policies into native database query filters. This capability allows applications to enforce sec
Executes authorization logic within the application process to eliminate network latency and external dependencies.