2 repository-uri
Implementations of basic HTTP authentication for securing server endpoints.
Distinguishing note: Focuses on simple credential-based security.
Explore 2 awesome GitHub repositories matching security & cryptography · Basic Authentication Providers. Refine with filters or upvote what's useful.
Secures the tracking server using standard basic authentication protocols.
Devise is a flexible authentication framework for Ruby on Rails applications. It serves as a user identity management system that handles registration, sign-in, password recovery, and account confirmation. The system integrates with the Warden middleware to manage user sessions and security across various request types. The framework functions as a multi-model authentication engine, allowing for the configuration of multiple distinct user models with independent routes and access controls. It also provides a standardized interface to connect with external identity providers and third-party lo
Provides a solution for securing API-driven applications via the HTTP Basic Authentication standard.