1 repository
Tracking and persisting the initial request URL through an authentication handshake to enable return redirects.
Distinct from URL Request Tracking: Specific to the authentication handshake flow, unlike general URL request tracking for caching or performance.
Explore 1 awesome GitHub repository matching security & cryptography · Auth Request Origin Tracking. Refine with filters or upvote what's useful.
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
Stores the initial authentication URL and passes it through the handshake to redirect users back.