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 RepositoriesCross-Domain Authentication

Security configurations for enabling authentication across different domains using cookies.

Distinguishing note: Focuses on SameSite and Secure attributes for cross-domain cookie usage.

Explore 5 awesome GitHub repositories matching security & cryptography · Cross-Domain Authentication. Refine with filters or upvote what's useful.

Awesome Cross-Domain Authentication GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • payloadcms/payloadAvatar de payloadcms

    payloadcms/payload

    43,053Ver en GitHub↗

    Payload is a headless content management system and application framework that uses a code-first approach to define data schemas and administrative interfaces. By utilizing a centralized, type-safe configuration object, it automatically generates database schemas, API endpoints, and a fully customizable admin panel. The system is built on a database-agnostic architecture, allowing it to interface with various storage engines while providing a unified, type-safe API for server-side operations, REST, and GraphQL. What distinguishes Payload is its deep extensibility and developer-centric design.

    Configures cookie attributes to enable authentication when frontend and API reside on different domains.

    TypeScriptcmscontent-managementcontent-management-system
    Ver en GitHub↗43,053
  • dromara/sa-tokenAvatar de dromara

    dromara/Sa-Token

    18,626Ver en GitHub↗

    Sa-Token is a Java-based authentication and authorization framework designed to manage user sessions, permissions, and identity verification within web applications and microservice architectures. It provides a centralized security layer that enforces access control policies and identity validation across distributed service environments and API gateways. The framework distinguishes itself through its support for cross-domain single sign-on and its ability to function as an OAuth2 identity provider. It manages user session lifecycles by applying configurable rules for single or multi-login re

    Enables secure authentication across multiple domains by sharing tokens through centralized storage.

    Javaaouth2authorizationjava
    Ver en GitHub↗18,626
  • supertokens/supertokens-coreAvatar de supertokens

    supertokens/supertokens-core

    14,922Ver en GitHub↗

    SuperTokens Core is an open-source, self-hosted authentication and identity management platform designed for deployment within private infrastructure. It provides a comprehensive suite for managing user accounts, roles, and secure authentication flows, utilizing a modular, recipe-based architecture that allows developers to enable specific security features without modifying the core codebase. The platform distinguishes itself through its robust multi-tenancy capabilities, which allow for the logical or physical isolation of user records and configuration settings across different organizatio

    Configures authentication cookies for cross-subdomain access to enable seamless session sharing.

    Javaauth0authenticationaws-cognito
    Ver en GitHub↗14,922
  • chathub-dev/chathubAvatar de chathub-dev

    chathub-dev/chathub

    10,607Ver en GitHub↗

    ChatHub is a browser-based AI workspace and chatbot aggregator that provides a unified interface for interacting with multiple large language models. It functions as a multi-model AI client, allowing users to send a single prompt to several chatbots simultaneously and compare their responses side-by-side. The project distinguishes itself by acting as a cross-model response comparator that aggregates various web-based AI interfaces into a single view. It includes an AI prompt manager for storing and organizing reusable prompts to be used across different model sessions. The system covers a br

    Maintains active authentication and session state across multiple external AI chatbot domains.

    TypeScript
    Ver en GitHub↗10,607
  • ottoyiu/django-cors-headersAvatar de ottoyiu

    ottoyiu/django-cors-headers

    5,587Ver en GitHub↗

    django-cors-headers es una utilidad de aplicación de Django para gestionar el intercambio de recursos de origen cruzado (CORS). Añade cabeceras HTTP a las respuestas para que los navegadores web puedan permitir solicitudes de origen cruzado desde dominios externos especificados. El proyecto proporciona herramientas para definir qué dominios externos, métodos HTTP y cabeceras tienen permiso para acceder a una API. Admite la restricción de orígenes permitidos a través de listas estáticas y expresiones regulares, y permite la transmisión de cookies y credenciales de autenticación para el manejo de sesiones entre sitios. Las capacidades adicionales incluyen el control de acceso a la API para limitar el intercambio de origen cruzado a patrones de URL específicos y la gestión de cabeceras de pre-vuelo de red privada para permitir la comunicación entre direcciones IP públicas y servidores de red privada.

    Manages authentication and session state across different origin domains to maintain user sessions.

    Python
    Ver en GitHub↗5,587
  1. Home
  2. Security & Cryptography
  3. Cross-Domain Authentication

Explorar subetiquetas

  • Cross-Origin Session HandlingTechniques for managing authentication and session state across multiple different origin domains. **Distinct from Cross-Domain Authentication:** Focuses on maintaining active sessions for external web-based AI services rather than just cookie attributes.