16 مستودعات
Mechanisms for storing temporary data that persists only for the duration of a page session.
Distinct from Session Storage Synchronization: Focuses on the storage capability itself rather than the synchronization hooks
Explore 16 awesome GitHub repositories matching data & databases · Session Storage. Refine with filters or upvote what's useful.
This project is a technical interview preparation resource focused on JavaScript. It provides a collection of common technical questions, detailed answers, and conceptual quizzes designed to help users master core language fundamentals and browser APIs. The resource utilizes an interactive infrastructure that includes a coding workspace with in-browser runtime execution and an automated test suite to validate code correctness. It organizes content through curated learning paths and modular concept mapping to decompose complex language fundamentals into searchable study modules. The curriculu
Offers lessons and quizzes on utilizing session-scoped browser storage.
Symfony HttpFoundation is an object-oriented library that models HTTP requests and responses as structured objects, wrapping PHP superglobals into typed parameter bags and providing dedicated objects for headers, cookies, and file uploads. It serves as the foundational layer for building HTTP-based applications in PHP, offering a complete abstraction for reading request data, constructing responses, and managing the full request-response lifecycle. The library distinguishes itself through composable request matchers that check incoming requests against conditions like IP, method, host, or pat
Manages user session data across requests through a server-side storage mechanism decoupled from request handling.
RedisInsight is a graphical user interface and management tool for browsing, analyzing, and administering Redis databases. It provides a visual environment for exploring key-value data structures, managing database instances, and performing data analysis across different operating systems and deployments. The tool distinguishes itself by providing dedicated visual managers for complex operations, including a vector database manager for configuring embeddings and similarity searches, a query workbench for executing raw commands and Lua scripts, and a performance monitoring dashboard for tracki
Creates isolated write environments with automatic expiration to test modifications without affecting permanent stores.
Tinyauth is an authentication middleware service and identity provider that verifies user identities to grant system access. It operates as a standalone server or as an authentication gateway, utilizing a reverse proxy model to intercept requests and validate credentials before traffic reaches protected backend services. The project functions as an OpenID Connect provider for single sign-on experiences and an OAuth 2.0 gateway that delegates verification to external providers such as Google and GitHub. It also acts as an LDAP authentication server, allowing for centralized user management and
Enhances security and state persistence by storing user session data in a persistent database.
Symfony Translation is a PHP library and framework component for internationalizing applications. It provides a complete system for managing message catalogs, handling locale-aware string translation, and formatting messages using ICU MessageFormat syntax to support pluralization, gender, and conditional selection. The component organizes translatable strings into named domains, supports key-based lookup that decouples source text from localized versions, and offers deferred rendering through translatable objects that store parameters and render only when output is needed. The library disting
Provides a migration mechanism to transfer session data between storage handlers without data loss.
The AWS SDK for PHP is a software development kit that provides HTTP client classes for every supported Amazon Web Service, enabling PHP applications to send authenticated requests and receive structured, typed response objects. It includes a credential resolution chain that automatically locates credentials from environment variables, instance profiles, or configuration files, and supports promise-based asynchronous execution for running multiple API calls concurrently to improve throughput. The SDK distinguishes itself through a middleware pipeline architecture that allows interception and
Provides configurable session handler settings like table name, data type, and lifetime for DynamoDB sessions.
Tiny File Manager is a single-script PHP file manager that provides a complete web-based interface for browsing, uploading, editing, and managing files and folders on a server. All functionality is contained in one PHP file with no external dependencies beyond the web server, using constant-based configuration and session authentication for access control. The file manager distinguishes itself through a built-in browser-based code editor with syntax highlighting for over 150 programming languages, an embedded document preview proxy that displays office documents and PDFs through Google or Mic
Provides server-side session authentication with hashed password storage and role-based permissions.
web.py is a minimal Python web framework that provides the core components needed to build web applications: URL routing, template rendering, database access, form handling, and session management. The framework uses a convention-based approach where URL patterns are automatically mapped to handler classes based on their names, eliminating the need for manual route configuration. It exposes applications as WSGI callables, making them deployable with any WSGI-compliant server. The framework distinguishes itself through its metaclass-driven auto-discovery system, which automatically registers h
Maintains per-user data across requests using server-side session storage.
go-socket.io هو تطبيق Go لبروتوكول Socket.IO يُستخدم لبناء اتصالات في الوقت الفعلي، ثنائية الاتجاه، وقائمة على الأحداث بين الخوادم والعملاء. يعمل كإطار عمل للاتصال يدير الاتصالات المستمرة ويربط حزم الشبكة الواردة بدوال معالجة محددة لتنفيذ منطق التطبيق. تتيح المكتبة التوسع الأفقي للاتصالات في الوقت الفعلي من خلال محول نشر/اشتراك موزع، والذي يزامن الأحداث عبر مثيلات خادم متعددة باستخدام مخزن بيانات خارجي. يضمن الموثوقية عبر بيئات الشبكة المختلفة عن طريق التفاوض التلقائي على طبقات النقل بين websockets وlong-polling. يوفر إطار العمل أدوات لتنظيم الاتصال من خلال مساحات الأسماء والغرف، مما يسمح بالتقسيم المنطقي والبث الموجه لمجموعات فرعية محددة من المستخدمين. كما يتضمن قدرات لإدارة دورة حياة الاتصال، وتخزين السياق القائم على الجلسة، ونمط إقرار غير متزامن لتتبع الاستلام الناجح لحزم البيانات.
Associates persistent state and metadata with individual network connections for use across multiple event handlers.
Electrobun is a desktop application framework and webview-based GUI toolkit used for building cross-platform desktop apps. It provides a TypeScript-based runtime and a native system webview to create interfaces that integrate embedded browser views with host-process logic. The project features a native GPU integration layer with direct FFI bindings, allowing for high-performance GPU surfaces and compute workloads to run within a desktop application. It also includes an inter-process communication bridge using a typed RPC system to exchange data and execute functions between the native backend
Handles cookies and storage for isolated webview partitions to maintain independent user data.
Simpl هي مكتبة أمثلة HTML وCSS وJavaScript توفر مجموعة من العروض التوضيحية الوظيفية البسيطة لتقنيات الويب الأساسية وواجهات برمجة تطبيقات المتصفح الأصلية. تعمل كمرجع للتنفيذ ومعرض أنماط لتطوير الواجهة الأمامية، حيث تقدم أمثلة عملية لكيفية تنفيذ ميزات الويب الشائعة. يعرض المشروع مجموعة واسعة من إمكانيات المتصفح، بما في ذلك اتصالات الويب في الوقت الفعلي عبر WebSockets وWebRTC، وتقنيات تصميم الويب المستجيب للتخطيطات التكيفية، وتنفيذ سير العمل دون اتصال باستخدام عمال الخدمة (service workers). كما يوفر عروضاً توضيحية للتخزين من جانب العميل باستخدام IndexedDB ومخازن القيمة الرئيسية القائمة على المتصفح. تغطي المكتبة سطحاً واسعاً من إمكانيات الويب، بما في ذلك تكامل الأجهزة مع مستشعرات الجهاز وتحديد الموقع الجغرافي، والتقاط وتشغيل الوسائط المتقدم للصوت والفيديو، واستخدام canvas لعرض الرسومات ثنائية وثلاثية الأبعاد. تشمل المجالات الإضافية معالجة البيانات، والبرمجة غير المتزامنة، واستخدام واجهات برمجة تطبيقات المتصفح لمراقبة الأداء واتصال الشبكة.
Demonstrates how to use sessionStorage for temporary data persistence within a single browser tab.
CrawlerTutorial is a comprehensive Python web scraping tutorial and framework designed for extracting data from static and dynamic websites. It functions as a web data extraction pipeline and an HTTP request orchestrator, covering the full lifecycle of scraping applications from initial fetching to final data storage. The project provides specialized guidance on anti-bot bypass techniques and web API reverse engineering. It includes methods for evading browser detection through identity masking and proxy rotation, as well as techniques for identifying hidden API endpoints by analyzing network
Protects sensitive session credentials using encryption and environment variables instead of hardcoded values.
Authboss هو إطار عمل مصادقة معياري مصمم لإدارة هوية المستخدم وتنسيق الحسابات. يوفر نظاماً شاملاً للتعامل مع تسجيل المستخدمين، والتحقق من البريد الإلكتروني، ودورة حياة ملفات تعريف المستخدمين بالكامل. يتميز إطار العمل بمجموعة مركزة من أدوات الأمان والهوية، بما في ذلك المصادقة متعددة العوامل عبر كلمات المرور القائمة على الوقت (TOTP) والرسائل القصيرة، ودمج الهوية مع مزودين خارجيين باستخدام بروتوكولات OAuth1 وOAuth2. كما يتضمن مديراً مخصصاً لأمان الحساب يطبق حماية ضد القوة الغاشمة (Brute-force) من خلال قفل الحساب القائم على بيانات الاعتماد وتجزئة كلمات المرور التكيفية. بشكل عام، يغطي المشروع إدارة دورة حياة الجلسة، بما في ذلك ملفات تعريف الارتباط (Cookies) الدائمة لتسجيل الدخول ومهلات عدم النشاط، بالإضافة إلى تدفقات استعادة الحساب لكلمات المرور المنسية. كما يوفر برمجيات وسيطة (Middleware) للطلب للتحكم في الوصول إلى المسارات ويدعم عرض واجهات المصادقة بتنسيق HTML أو JSON.
Stores and retrieves user identity state across requests using server-side storage and secure cookies.
node-oidc-provider هو إطار عمل لبناء خوادم تفويض وموفري هوية معتمدين من OpenID داخل بيئات Node.js. يوفر مجموعة شاملة من الأدوات لإدارة دورة الحياة الكاملة لخدمات OAuth 2.0 وOpenID Connect، بما في ذلك مصادقة المستخدم، وتسجيل العميل، وإصدار والتحقق من رموز الهوية والوصول. يتميز المشروع ببنية معيارية للغاية تسمح للمطورين بدمج خدمات المصادقة مباشرة في حزم تطبيقات الويب الحالية. وهو يدعم التخصيص المتقدم من خلال خط أنابيب طلب قائم على البرمجيات الوسيطة (middleware)، وخطافات دورة الحياة القائمة على الأحداث، ونهج قائم على الاستراتيجية لتنفيذ أنواع منح فريدة. تمتد هذه المرونة إلى إدارة البيانات، حيث يتيح نظام محول قابل للتوصيل استخدام قواعد بيانات خارجية لاستمرار الجلسات والرموز. بالإضافة إلى الامتثال الأساسي للبروتوكول، يتضمن إطار العمل قدرات أمنية وتشغيلية واسعة النطاق. وهو يدعم سياسات تفويض دقيقة، وإدارة مفاتيح التشفير مع تكامل التوقيع الخارجي، وملفات تعريف أمان متقدمة لحماية المعاملات الحساسة. يوفر النظام أيضاً ملاحظة مدمجة من خلال مراقبة أحداث دورة الحياة واكتشاف البيانات الوصفية المؤتمت لسهولة التفاعل البرمجي مع العملاء الخارجيين.
Stores authorization data like sessions and tokens in external databases or persistent storage systems using custom storage adapters.
CRUD is an administrative interface framework and code generation package designed to build customized control panels, data management dashboards, and record-handling workflows within PHP and Model controllers. The architecture combines server-side template rendering, database relationship introspection, session persistence, and extensible field type registries to assemble backend interfaces. It provides full data lifecycle management, supporting searchable and paginated data tables, creation and editing forms, bulk record operations, hierarchical entry reordering, and data export capabilities
Maintains administrative user authentication state securely across browser requests using server-side storage.
Piknik is an encrypted clipboard relay and multiplexer that coordinates the sharing of text, binary data, and shell content across multiple network hosts. It utilizes a centralized relay architecture to manage secure client connections, providing an end-to-end encrypted system for synchronizing session state and data streams. The project distinguishes itself through the use of multi-stage key derivation and API key access control to secure remote shell access. It employs end-to-end encryption and digital signatures to protect relayed content, ensuring that data is encrypted at the source befo
Saves encrypted session content with signatures and timestamps to ensure integrity during retrieval.