5 repositorios
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.
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.
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.
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.
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.
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.