awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 مستودعات

Awesome GitHub RepositoriesRequest State Tracking

Persistence and monitoring of pending permission requests across activity recreations.

Distinct from Observable Request Flows: Tracks the state of Android permission requests specifically, unlike Observable Request Flows which focuses on reactive streams of results.

Explore 13 awesome GitHub repositories matching security & cryptography · Request State Tracking. Refine with filters or upvote what's useful.

Awesome Request State Tracking GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • googlesamples/easypermissionsالصورة الرمزية لـ googlesamples

    googlesamples/easypermissions

    9,864عرض على GitHub↗

    Easypermissions is a library and wrapper for managing Android runtime permissions. It serves as a tool for requesting access to protected system resources and handling the associated result workflows. The project provides mechanisms for triggering system-level permission requests and executing specific tasks after permissions are granted. It includes a guided dialog system to direct users to system settings when a permission has been permanently denied. The library covers permission management, user onboarding, and system settings integration. It handles permission request lifecycles through

    Maintains the current set of pending permissions to resume the request flow after activity recreation.

    Java
    عرض على GitHub↗9,864
  • owasp-modsecurity/modsecurityالصورة الرمزية لـ owasp-modsecurity

    owasp-modsecurity/ModSecurity

    9,680عرض على GitHub↗

    ModSecurity is an open-source web application firewall and security engine. It functions as an HTTP traffic inspector and intrusion detection system that filters incoming web requests and responses against a set of security rules to block threats and prevent attacks on web servers. The project provides a modular framework for implementing restrictive security policies and custom filtering logic. It identifies and blocks common injection attacks, such as cross-site scripting and SQL injection, while hardening web applications to reduce their overall attack surface. Its broader capabilities in

    Maintains session and request metadata across multiple packets to identify complex, time-based attack patterns.

    C++apacheapache2modsecurity
    عرض على GitHub↗9,680
  • elabs/punditالصورة الرمزية لـ elabs

    elabs/pundit

    8,509عرض على GitHub↗

    Pundit is a Ruby authorization framework that implements policy-based access control. It maps domain models to dedicated logic classes that determine whether a user is permitted to perform specific actions on data objects. The framework utilizes plain Ruby objects to decouple authorization logic from the model. It includes mechanisms for data query scoping to filter record collections based on user permissions, as well as attribute-level permission control to restrict which specific model fields a user can modify. The system provides tools for authorization coverage verification to ensure se

    Tracks whether a security check was performed during a web request to ensure no action bypasses authorization.

    Ruby
    عرض على GitHub↗8,509
  • tdlib/tdالصورة الرمزية لـ tdlib

    tdlib/td

    8,506عرض على GitHub↗

    This project is a cross-platform messaging SDK and client development library used to build custom Telegram applications. It functions as a comprehensive framework that manages network encryption, local data storage, and API communication, providing a C-compatible JSON interface that allows integration with any programming language. The library distinguishes itself by providing a full database manager for encrypted local caching and synchronized state, alongside a dedicated bot framework for creating interactive bots with business account integration. It enables the implementation of speciali

    Tracks the current state of user sessions and manages pending verification requirements.

    C++cross-platformlibrarytelegram
    عرض على GitHub↗8,506
  • google/accompanistالصورة الرمزية لـ google

    google/accompanist

    7,824عرض على GitHub↗

    Accompanist is a collection of extension libraries that provide additional functionality and specialized components for the Jetpack Compose UI framework. It serves as a toolkit for implementing common layout and system tasks that extend the core capabilities of declarative UI development on Android. The library provides specialized utilities for managing modal bottom sheet destinations and defining custom animations for screen transitions within a navigation graph. It includes tools for detecting screen folds and display features to create adaptive layouts that adjust based on window size and

    Provides observable state tracking for Android runtime permission requests within the UI tree.

    Kotlinandroid-libraryjetpack-compose
    عرض على GitHub↗7,824
  • chrisbanes/accompanistالصورة الرمزية لـ chrisbanes

    chrisbanes/accompanist

    7,822عرض على GitHub↗

    Accompanist is a Jetpack Compose extension library providing a set of utility components and libraries that fill functional gaps in the declarative UI framework. The project provides an adaptive layout toolkit for building user interfaces that automatically adjust based on Android screen size and device configuration. It includes a renderer for converting standard Android Drawable assets into formats compatible with a declarative painting system, as well as a manager for requesting and tracking Android system permissions.

    Tracks the state of Android runtime permission requests to trigger declarative UI updates.

    Kotlin
    عرض على GitHub↗7,822
  • sharingsource/logicstack-leetcodeالصورة الرمزية لـ SharingSource

    SharingSource/LogicStack-LeetCode

    7,495عرض على GitHub↗

    LogicStack-LeetCode is a curated repository of solved algorithm problems and data structure implementations, primarily drawn from the LeetCode platform. Its core identity is a structured collection of solutions designed to support technical interview preparation and competitive programming practice, with each solution accompanied by complexity analyses to help engineers understand performance trade-offs. The repository distinguishes itself through its breadth of coverage across fundamental algorithmic patterns and data structures. It includes implementations for array manipulation, string pro

    Implements a queue-based solution to count requests within a fixed time window.

    algorithminterview-practiceinterview-questions
    عرض على GitHub↗7,495
  • webhooksite/webhook.siteالصورة الرمزية لـ webhooksite

    webhooksite/webhook.site

    6,620عرض على GitHub↗

    Webhook.site is a web-based tool that captures, inspects, and debugs incoming HTTP requests and emails sent to a unique URL, without requiring any server setup. It also functions as an API mocking and response modification tool, capable of generating mock APIs from OpenAPI specifications and altering HTTP responses, headers, and status codes for testing purposes. Beyond inspection, it serves as a platform for webhook automation and workflow orchestration, triggering multi-step automations—including database queries, SSH commands, and HTTP calls—when a webhook is received. The service distingu

    Provides request counting within rolling time windows for monitoring traffic volume.

    JavaScriptangularfrontendlaravel
    عرض على GitHub↗6,620
  • codeigniter4/codeigniter4الصورة الرمزية لـ codeigniter4

    codeigniter4/CodeIgniter4

    5,924عرض على GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Maintains a persistent state for each visitor by updating session data on every page load.

    PHPcodeignitercodeigniter4framework-php
    عرض على GitHub↗5,924
  • laravel/telescopeالصورة الرمزية لـ laravel

    laravel/telescope

    5,193عرض على GitHub↗

    Telescope هي لوحة تحكم لتصحيح الأخطاء وأداة تطوير لتطبيقات Laravel توفر واجهة ويب لمراقبة الطلبات، والاستثناءات، واستعلامات قاعدة البيانات، والسجلات. تعمل كمراقب لتطبيقات PHP ومساعد تشخيصي، حيث تتبع دورة حياة تنفيذ النظام لتحديد الأخطاء وحلها. تتميز الأداة بتقديم ملفات تعريف متخصصة لاستعلامات SQL وأوامر Redis، إلى جانب نظام معاينة داخل المتصفح للرسائل الصادرة. كما تتضمن نظام تدقيق مخصص لأوامر وحدة التحكم وفحوصات بوابة التفويض للتحقق من منطق الأذونات. تغطي المنصة مجموعة واسعة من مجالات المراقبة، بما في ذلك تتبع الوظائف والعمليات في الخلفية، وفحص عمليات التخزين المؤقت، ومراقبة أحداث التطبيق. تحلل دورة حياة الطلب من خلال بيانات الرأس والجلسة، وتسجل تتبعات المكدس الكاملة للاستثناءات، وتراقب عرض الواجهة وترطيب النموذج. تتم إدارة الوصول إلى واجهة المراقبة من خلال بوابة تفويض مركزية.

    Records the results and data of gate and policy checks to debug permission logic.

    PHP
    عرض على GitHub↗5,193
  • apache/shiroالصورة الرمزية لـ apache

    apache/shiro

    4,432عرض على GitHub↗

    Shiro هو إطار عمل أمان Java يوفر مديراً للهوية والوصول لتنفيذ المصادقة، والتفويض، والتشفير، وإدارة الجلسة. يعمل كطبقة أمان للتحقق من هويات المستخدمين وفرض التحكم في الوصول القائم على الأدوار لموارد النظام المحمية. يتميز المشروع ببنية نطاق قابلة للتوصيل تفصل منطق الأمان عن بيانات الهوية ونظام إدارة جلسة مستقل يتتبع حالة المستخدم بشكل مستقل عن حاوية servlet الأساسية. يتضمن مدمجاً لموفري الهوية الخارجيين باستخدام بروتوكولات الاتحاد مثل OAuth 2.0 وSAML لتمكين تسجيل الدخول الموحد. يغطي إطار العمل سطح قدرة واسع بما في ذلك اعتراض الطلب من خلال سلاسل المرشحات، وفرض الأمان التصريحي عبر التعليقات التوضيحية، وحماية البيانات الحساسة باستخدام أغلفة تشفير متماثلة وغير متماثلة. كما يوفر أدوات لتخزين عمليات بحث الأمان وإدارة دورات حياة الجلسة الموزعة عبر بيئات المؤسسات.

    Tracks user state and interaction across multiple requests regardless of the storage mechanism.

    Javajavalibraryshiro
    عرض على GitHub↗4,432
  • azuread/microsoft-authentication-library-for-jsالصورة الرمزية لـ AzureAD

    AzureAD/microsoft-authentication-library-for-js

    4,084عرض على GitHub↗

    هذا المشروع عبارة عن مكتبة عميل OAuth 2.0 و SDK لـ OpenID Connect مصممة لدمج منصات هوية Microsoft في تطبيقات JavaScript. يعمل كعميل مصادقة عبر الأنظمة الأساسية لإدارة هويات المستخدمين وخدمات daemon عبر بيئات المتصفح وبيئات جانب الخادم. توفر المكتبة أدوات للحصول على وإدارة رموز JSON Web Tokens لتأمين الوصول إلى واجهات برمجة تطبيقات الويب المحمية. تدعم المكتبة تدفقات مصادقة متنوعة، بما في ذلك مصادقة تطبيقات الصفحة الواحدة، وإدارة الهوية من جانب الخادم في Node.js، والمصادقة غير التفاعلية لخدمات الخلفية. تشمل الإمكانيات إدارة ذاكرة التخزين المؤقت للرموز مع دعم الاستمرارية والتشفير. تغطي مجموعة الأدوات أيضاً التحقق من الهوية عبر مزودي الخدمات المؤسسيين والشخصيين والاجتماعيين، بالإضافة إلى تدفقات متخصصة مثل مصادقة رمز الجهاز وتكامل وسيط النظام الأساسي.

    Uses unique state identifiers to track authentication requests and responses to prevent cross-site request forgery.

    TypeScript
    عرض على GitHub↗4,084
  • pgdogdev/pgdogالصورة الرمزية لـ pgdogdev

    pgdogdev/pgdog

    3,361عرض على GitHub↗

    pgdog is a PostgreSQL sharding proxy, distributed SQL router, and connection pooler. It is designed to enable horizontal data distribution by splitting tables and indices across multiple independent servers to scale storage and processing capacity. The project distinguishes itself through online resharding capabilities, using logical replication to move data between shards without application downtime. It supports multiple routing strategies, including hash, list, and range-based query routing, and manages distributed atomic transactions using a two-phase commit process to ensure consistency

    Tracks client state and transaction boundaries to ensure consistent connection mapping across shards.

    Rustload-balancerpoolerpostgresql
    عرض على GitHub↗3,361
  1. Home
  2. Security & Cryptography
  3. Permission Systems
  4. Permission Request Workflows
  5. Observable Request Flows
  6. Request State Tracking

استكشف الوسوم الفرعية

  • Authorization Check TrackingMonitoring whether security policies were invoked during the execution of a request. **Distinct from Request State Tracking:** Distinct from request state tracking: specifically monitors if an authorization check occurred, not the state of a pending permission request.
  • Request Count TrackersTracks the number of requests received within a rolling time window, resetting after the period expires. **Distinct from Request State Tracking:** Distinct from Request State Tracking: focuses on counting requests over time windows rather than tracking individual request states.
  • Session State Tracking3 وسوم فرعيةPersistence of request metadata across multiple packets to detect multi-stage attack patterns. **Distinct from Request State Tracking:** Tracks HTTP transaction states for attack detection rather than Android permission requests.