5 रिपॉजिटरी
Mechanisms for storing user session data on the server side, persisting across multiple HTTP requests.
Distinct from Session Storage: Distinct from Session Storage: focuses on server-side persistence across requests, not client-side browser session storage.
Explore 5 awesome GitHub repositories matching data & databases · Server-Side Session Storages. Refine with filters or upvote what's useful.
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.
Authboss एक मॉड्यूलर प्रमाणीकरण फ्रेमवर्क है जिसे उपयोगकर्ता पहचान और खाता ऑर्केस्ट्रेशन को प्रबंधित करने के लिए डिज़ाइन किया गया है। यह उपयोगकर्ता पंजीकरण, ईमेल सत्यापन और उपयोगकर्ता प्रोफाइल के पूर्ण जीवनचक्र को संभालने के लिए एक व्यापक सिस्टम प्रदान करता है। यह फ्रेमवर्क सुरक्षा और पहचान टूल्स के एक केंद्रित सूट के माध्यम से खुद को अलग करता है, जिसमें समय-आधारित पासवर्ड और SMS के माध्यम से मल्टी-फैक्टर प्रमाणीकरण, और OAuth1 और OAuth2 प्रोटोकॉल का उपयोग करके बाहरी प्रोवाइडर्स के साथ पहचान एकीकरण शामिल है। इसमें एक समर्पित खाता सुरक्षा प्रबंधक भी शामिल है जो क्रेडेंशियल-आधारित खाता लॉकिंग और अनुकूली पासवर्ड हैशिंग के माध्यम से ब्रूट-फोर्स सुरक्षा को लागू करता है। व्यापक रूप से, यह प्रोजेक्ट सत्र जीवनचक्र प्रबंधन को कवर करता है, जिसमें लगातार लॉगिन कुकीज़ और निष्क्रियता टाइमआउट, साथ ही भूले हुए पासवर्ड के लिए खाता पुनर्प्राप्ति प्रवाह शामिल है। यह रूट एक्सेस कंट्रोल के लिए रिक्वेस्ट मिडलवेयर भी प्रदान करता है और HTML या JSON में प्रमाणीकरण व्यू रेंडर करने का समर्थन करता है।
Stores and retrieves user identity state across requests using server-side storage and secure cookies.
node-oidc-provider is a framework for building OpenID Certified authorization servers and identity providers within Node.js environments. It provides a comprehensive suite of tools for managing the full lifecycle of OAuth 2.0 and OpenID Connect services, including user authentication, client registration, and the issuance and validation of identity and access tokens. The project distinguishes itself through a highly modular architecture that allows developers to integrate authentication services directly into existing web application stacks. It supports advanced customization through a middle
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.