awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesSession Management Frameworks

Systems for maintaining user authentication state via signed tokens or persistent database storage.

Distinct from Session State Management: None of the candidates cover a comprehensive framework for both stateless JWT and stateful database sessions.

Explore 3 awesome GitHub repositories matching security & cryptography · Session Management Frameworks. Refine with filters or upvote what's useful.

Awesome Session Management Frameworks GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • nextauthjs/next-authAvatar de nextauthjs

    nextauthjs/next-auth

    28,277Voir sur GitHub↗

    Next-auth is an authentication and identity management library for web frameworks. It provides a unified system for handling user sign-in and session state across server and client environments, functioning as a session management framework and an OIDC authentication library. The project distinguishes itself through a provider-based identity abstraction that supports multiple authentication methods, including OAuth, email magic links, traditional credentials, and passwordless passkeys. It allows for the registration of custom OAuth or OIDC compliant providers and offers tools to define branda

    Maintains user state using either signed JWT tokens or database-backed sessions across server and client environments.

    TypeScriptauthauthenticationcsrf
    Voir sur GitHub↗28,277
  • lucia-auth/luciaAvatar de lucia-auth

    lucia-auth/lucia

    10,461Voir sur GitHub↗

    Lucia is an authentication library that provides session management, OAuth integration, and password-based login for web applications. It creates and validates server-side sessions using cryptographically random tokens stored in HttpOnly, Secure, SameSite=Lax cookies, with constant-time token comparison to prevent timing side-channel attacks. The library supports authentication through email and password, GitHub OAuth, Google OAuth, and passkey-based sign-in. It enforces two-factor authentication using time-based one-time passwords (TOTP) from authenticator apps, generates recovery codes for

    Provides a session management framework that adapts to framework-specific request and response patterns.

    authoauthtypescript
    Voir sur GitHub↗10,461
  • pokeb/asi-http-requestAvatar de pokeb

    pokeb/asi-http-request

    5,731Voir sur GitHub↗

    Ce projet est une bibliothèque de mise en réseau HTTP en Objective-C qui fournit un wrapper orienté objet pour CFNetwork afin d'exécuter des requêtes synchrones et asynchrones sur macOS et iOS. Il fonctionne comme un framework pour gérer les sessions HTTP, effectuer des transferts de fichiers reprenables et gérer la mise en cache de contenu hors ligne. La bibliothèque se distingue par un gestionnaire de transfert de fichiers reprenable qui suit les décalages d'octets et utilise le streaming sur disque pour les gros téléchargements et envois. Elle inclut également un gestionnaire d'identifiants sécurisé qui s'intègre au trousseau système pour gérer les certificats clients et les jetons d'authentification. La surface de capacités couvre la gestion de session HTTP avec gestion automatique des cookies, authentification web sécurisée et acquisition de pages web complètes pour une consultation hors ligne. Elle fournit en outre des outils pour le traitement des requêtes en arrière-plan, la compression du trafic réseau, le bridage de la bande passante et la configuration de proxy.

    Provides a comprehensive framework for maintaining HTTP session state through automated cookie and header management.

    Objective-C
    Voir sur GitHub↗5,731
  1. Home
  2. Security & Cryptography
  3. Session Management Frameworks