awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
binarylogic avatar

binarylogic/authlogic

0
View on GitHub↗
4,343 estrellas·634 forks·Ruby·MIT·3 vistasrdoc.info/projects/binarylogic/authlogic↗

Authlogic

Authlogic es un framework de autenticación de Ruby diseñado para gestionar identidades de usuario, persistencia de sesiones y hashing seguro de contraseñas. Proporciona un sistema para verificar las credenciales de usuario frente a registros almacenados utilizando campos de identidad configurables.

El framework se distingue por su integración de identidad basada en proveedores, permitiendo a las aplicaciones conectar flujos de autenticación a servicios externos incluyendo OAuth, OpenID Connect, LDAP y diversas plataformas de redes sociales. También incluye un modelo de extensibilidad que ejecuta código definido por el usuario mediante hooks y callbacks durante los procesos de verificación de identidad y ciclo de vida de la sesión.

El sistema cubre amplias áreas de capacidad, incluyendo la gestión de sesiones con configuración de cookies seguras, salting y hashing criptográfico de contraseñas, y monitoreo de actividad del usuario para rastrear intentos de inicio de sesión y direcciones IP. Además, automatiza las transiciones de sesión para mover a los usuarios a estados autenticados después del registro o actualizaciones de contraseña.

Features

  • User Identity Verification - Validates user credentials against stored records and manages the login process using configurable identity fields.
  • Password Hashing Utilities - A security tool that transforms plain text passwords into non-reversible hashes using configurable cryptographic providers.
  • External Identity Provider Integration - Integrates authentication with external identity services including OpenID, LDAP, OAuth, and social media platforms.
  • Session State Persistence - Persists authenticated user identities across multiple HTTP requests using secure cookies.
  • Identity Provider Integrations - Connects authentication flows to external services like OAuth and LDAP via a standardized identity verification interface.
  • OAuth and OpenID Connect Libraries - Provides a library for connecting applications to external identity providers using OAuth, OpenID Connect, and LDAP.
  • Ruby Authentication Frameworks - Provides a comprehensive framework for managing user identities, session persistence, and secure password hashing in Ruby.
  • Secure Session Management - Implements secure session management using signed browser storage to maintain user identity across requests.
  • Password Hashing Utilities - Transforms plain text passwords into non-reversible hashes using cryptographic providers to secure stored credentials.
  • Session Cookie Authentications - Tracks active users across multiple web requests using secure cookies to maintain a persistent authenticated state.
  • Cookie-Based Session Management - Maintains authenticated state across HTTP requests by storing user identity in browser cookies.
  • User Authentication Systems - Provides a secure user authentication system for Ruby applications to verify identities and protect private routes.
  • Authentication Lifecycle Hooks - Executes custom logic through hooks and callbacks during the identity verification process.
  • OAuth Provider Integrations - Integrates Ruby applications with external OAuth providers and social media platforms for third-party logins.
  • Session Cookie Security - Provides secure configuration of SameSite and secure flags for authentication session cookies to prevent hijacking.
  • Session - Runs custom logic via callbacks during the persistence or destruction of a user session.
  • Execution Logic Extensions - Implements an extensibility model that executes custom user-defined code via hooks during identity verification and session lifecycles.
  • Account Activity Monitoring - Tracks login attempts and records IP addresses to audit account usage and detect security threats.
  • Authentication Audit Logs - Tracks login attempts and recording IP addresses to audit account usage and detect security threats.
  • Authentication and OAuth - A clean and unobtrusive authentication solution.

Historial de estrellas

Gráfico del historial de estrellas de binarylogic/authlogicGráfico del historial de estrellas de binarylogic/authlogic

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Authlogic

Proyectos open-source similares, clasificados según cuántas características comparten con Authlogic.
  • thoughtbot/clearanceAvatar de thoughtbot

    thoughtbot/clearance

    3,735Ver en GitHub↗

    Clearance is a Ruby on Rails authentication framework designed to manage user accounts, encrypted password storage, and session-based identity verification. It serves as an email and password authenticator that validates user identities and controls access to protected application features. The framework utilizes a request-processing middleware to expose user identity to the application environment and employs a chain of guards to enforce customizable sign-in requirements. It includes a secure password recovery system that uses email-based reset tokens to allow users to update credentials. T

    Ruby
    Ver en GitHub↗3,735
  • aarondl/authbossAvatar de aarondl

    aarondl/authboss

    4,189Ver en GitHub↗

    Authboss is a modular HTTP authentication framework for managing user identity, session lifecycles, and password security. It provides a system of identity access middleware to control route access and synchronize user identity across requests via standard web protocols. The framework is distinguished by a pluggable architecture that allows for the registration of independent modules to extend identity logic. It utilizes a hook-based event system to execute custom business logic during authentication state changes and employs a selector-verifier token pattern to protect against timing attacks

    Go
    Ver en GitHub↗4,189
  • gristlabs/grist-coreAvatar de gristlabs

    gristlabs/grist-core

    11,176Ver en GitHub↗

    Grist is a relational spreadsheet platform that combines the flexibility of a spreadsheet with the power of a relational database. At its core, it manages structured data across multiple linked tables, using a relational database engine to organize information while providing a familiar grid interface. The platform supports Python-based formulas for complex calculations and data transformations, with automatic recalculation when referenced cells change. The system is designed for self-hosted deployment, storing data in either portable SQLite files or enterprise-grade PostgreSQL databases. It

    TypeScriptawesomedatabasespreadsheet
    Ver en GitHub↗11,176
  • octelium/octeliumAvatar de octelium

    octelium/octelium

    3,371Ver en GitHub↗

    Octelium is a zero-trust network access platform and identity-aware proxy designed to secure private HTTP, SSH, and SQL resources. It functions as a secure gateway that validates human and workload identities using OIDC, SAML, and FIDO2 passkeys before granting access to internal applications and SaaS APIs. The system is distinguished by its secretless access broker, which injects credentials—such as API keys, passwords, and AWS Sigv4 signatures—at the gateway level so users can access databases and cloud resources without managing secrets. It further specializes in AI gateway administration,

    Goabacai-gatewayapi-gateway
    Ver en GitHub↗3,371
Ver las 30 alternativas a Authlogic→

Preguntas frecuentes

¿Qué hace binarylogic/authlogic?

Authlogic es un framework de autenticación de Ruby diseñado para gestionar identidades de usuario, persistencia de sesiones y hashing seguro de contraseñas. Proporciona un sistema para verificar las credenciales de usuario frente a registros almacenados utilizando campos de identidad configurables.

¿Cuáles son las características principales de binarylogic/authlogic?

Las características principales de binarylogic/authlogic son: User Identity Verification, Password Hashing Utilities, External Identity Provider Integration, Session State Persistence, Identity Provider Integrations, OAuth and OpenID Connect Libraries, Ruby Authentication Frameworks, Secure Session Management.

¿Qué alternativas de código abierto existen para binarylogic/authlogic?

Las alternativas de código abierto para binarylogic/authlogic incluyen: thoughtbot/clearance — Clearance is a Ruby on Rails authentication framework designed to manage user accounts, encrypted password storage,… aarondl/authboss — Authboss is a modular HTTP authentication framework for managing user identity, session lifecycles, and password… octelium/octelium — Octelium is a zero-trust network access platform and identity-aware proxy designed to secure private HTTP, SSH, and… gristlabs/grist-core — Grist is a relational spreadsheet platform that combines the flexibility of a spreadsheet with the power of a… pomerium/pomerium — Pomerium is an identity-aware reverse proxy designed to provide zero-trust access control for internal infrastructure.… nextauthjs/next-auth-example — This project is a reference implementation and boilerplate for managing user authentication and session state within…