awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesServer-Side Session Storages

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.

Awesome Server-Side Session Storages GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • prasathmani/tinyfilemanagerAvatar de prasathmani

    prasathmani/tinyfilemanager

    5,925Ver en GitHub↗

    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.

    PHPcode-editorfile-browserfile-explorer
    Ver en GitHub↗5,925
  • webpy/webpyAvatar de webpy

    webpy/webpy

    5,919Ver en GitHub↗

    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.

    Python
    Ver en GitHub↗5,919
  • volatiletech/authbossAvatar de volatiletech

    volatiletech/authboss

    4,189Ver en GitHub↗

    Authboss es un framework de autenticación modular diseñado para gestionar la identidad del usuario y la orquestación de cuentas. Proporciona un sistema integral para manejar el registro de usuarios, la verificación por correo electrónico y el ciclo de vida completo de los perfiles de usuario. El framework se distingue por un conjunto enfocado de herramientas de seguridad e identidad, incluyendo autenticación multifactor mediante contraseñas basadas en tiempo y SMS, e integración de identidad con proveedores externos utilizando protocolos OAuth1 y OAuth2. También incluye un gestor de seguridad de cuentas dedicado que implementa protección contra fuerza bruta mediante bloqueo de cuentas basado en credenciales y hashing de contraseñas adaptativo. En términos generales, el proyecto cubre la gestión del ciclo de vida de la sesión, incluyendo cookies de inicio de sesión persistentes y tiempos de espera por inactividad, así como flujos de recuperación de cuenta para contraseñas olvidadas. También proporciona middleware de solicitud para el control de acceso a rutas y admite la renderización de vistas de autenticación en HTML o JSON.

    Stores and retrieves user identity state across requests using server-side storage and secure cookies.

    Go
    Ver en GitHub↗4,189
  • panva/node-oidc-providerAvatar de panva

    panva/node-oidc-provider

    3,756Ver en GitHub↗

    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.

    JavaScriptauthorizationauthorization-serverconnect
    Ver en GitHub↗3,756
  • laravel-backpack/crudAvatar de Laravel-Backpack

    Laravel-Backpack/CRUD

    3,375Ver en GitHub↗

    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.

    PHPadminbackendcmf
    Ver en GitHub↗3,375
  1. Home
  2. Data & Databases
  3. Data Engineering and Infrastructure
  4. Data Persistence and Storage
  5. Data Storage
  6. Session Storage Synchronization
  7. Session Storage
  8. Server-Side Session Storages

Explorar subetiquetas

  • PHP Session AuthenticationManages user login state and role permissions through PHP session variables with hashed password storage. **Distinct from Server-Side Session Storages:** Distinct from Server-Side Session Storages: focuses on authentication and role management, not general session data persistence.