7 repository-uri
Utilities for handling unauthenticated access attempts in web flows.
Distinguishing note: No candidates provided; fits under security and access control.
Explore 7 awesome GitHub repositories matching security & cryptography · Authentication Redirection. Refine with filters or upvote what's useful.
Chatbot-ui is a self-hosted AI dashboard and LLM chat interface that serves as a centralized hub for interacting with multiple artificial intelligence providers. It functions as a multi-provider AI client and model orchestrator, allowing users to send prompts and receive responses from various large language models through a unified conversational interface. The project enables multi-model AI chat within a single workspace, allowing for the comparison of outputs and capabilities across different backends. It provides a private frontend for AI workspace management, where users can organize cha
Handles authentication redirection by sending logged-in users from landing pages to their private workspaces.
Vapor is a comprehensive server-side web framework designed for building scalable, high-performance applications and APIs in Swift. It provides a non-blocking, event-loop-based runtime that manages concurrent task processing, background job queues, and asynchronous request handling. The framework is built around a dependency injection container that manages the lifecycle and resolution of services, configurations, and database connections throughout the request pipeline. The framework distinguishes itself through a protocol-oriented design that emphasizes type safety across all layers of the
Redirects unauthenticated users to login pages to improve browser-based user experience.
This project is a cloud-native identity and access management platform designed to centralize authentication, authorization, and identity lifecycle management. It functions as a standards-compliant OpenID Connect authorization server, providing secure session management and token issuance for web, mobile, and device-based applications. The platform is built to handle complex identity requirements through stateless token authentication and support for modern passwordless methods, including biometrics and hardware keys. What distinguishes this platform is its native support for multi-tenant env
Redirects users to a centralized login page for authentication and SSO before returning them to the application.
Meshery is a service mesh management plane and cloud native infrastructure orchestrator. It provides a visual design-as-code environment for modeling microservices and infrastructure components through declarative blueprints, functioning as a centralized platform for designing, deploying, and managing service mesh infrastructure. The platform is distinguished by its ability to translate visual designs into active deployments and its use of gRPC-based adapters to integrate with diverse infrastructure providers. It features a multi-tenant architecture that manages shared workspaces and role-bas
Allows configuration of custom callback URLs to ensure identity provider authentication works correctly behind reverse proxies.
OmniAuth is a rack authentication framework that allows applications to verify user identities through third-party service providers using a single standardized interface. It functions as middleware to separate identity verification from core application logic by intercepting incoming requests. The project employs a strategy-pattern provider model to encapsulate provider-specific logic into interchangeable classes. It provides a custom authentication strategy framework and base classes for building new providers based on industry standards. The framework handles the multi-step authentication
Controls the hand-off between the application and the identity provider using configurable callback endpoints.
Authboss este un framework de autentificare HTTP modular pentru gestionarea identității utilizatorului, ciclurilor de viață ale sesiunii și securității parolelor. Oferă un sistem de middleware de acces la identitate pentru a controla accesul la rute și a sincroniza identitatea utilizatorului între cereri prin protocoale web standard. Framework-ul se distinge printr-o arhitectură pluggable care permite înregistrarea modulelor independente pentru a extinde logica de identitate. Utilizează un sistem de evenimente bazat pe hook-uri pentru a executa logica de business personalizată în timpul schimbărilor de stare de autentificare și folosește un tipar de token selector-verifier pentru a proteja împotriva atacurilor de tip timing în timpul validării. Sistemul acoperă gestionarea cuprinzătoare a identității, inclusiv înregistrarea utilizatorilor, hashing-ul parolelor și urmărirea stării sesiunii. Suportă autentificarea multi-factor prin TOTP și SMS, precum și integrarea identității de la terți folosind standardele OAuth1 și OAuth2. Capabilitățile suplimentare de securitate includ protecția stateful împotriva atacurilor brute-force cu blocarea contului și fluxuri de recuperare a contului bazate pe e-mail. Proiectul suportă atât randarea șabloanelor HTML pe partea de server, cât și răspunsuri API bazate pe JSON pentru a acomoda arhitecturi headless sau web tradiționale.
Defines destination URLs for successful logins, registrations, password recoveries, and unauthorized access.
This project is a set of hands-on labs for practicing cloud development, focusing on implementing web apps, functions, storage solutions, and containerized workloads. It provides a practical framework for developing solutions within the Azure ecosystem. The content covers a wide range of specialized cloud capabilities, including serverless development with HTTP and timer triggers, container orchestration using apps and instances, and API management for routing and transforming traffic. It also emphasizes identity and access management through OpenID Connect and managed identities. Additional
Configures callback URLs and logout endpoints for handling unauthenticated access attempts in web flows.