awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
binarylogic avatar

binarylogic/authlogic

0
View on GitHub↗
4,343 stars·634 forks·Ruby·MIT·2 vuesrdoc.info/projects/binarylogic/authlogic↗

Authlogic

Authlogic est un framework d'authentification Ruby conçu pour gérer les identités des utilisateurs, la persistance des sessions et le hachage sécurisé des mots de passe. Il fournit un système pour vérifier les identifiants des utilisateurs par rapport aux enregistrements stockés en utilisant des champs d'identité configurables.

Le framework se distingue par son intégration d'identité basée sur des fournisseurs, permettant aux applications de connecter les flux d'authentification à des services externes incluant OAuth, OpenID Connect, LDAP et diverses plateformes de médias sociaux. Il inclut également un modèle d'extensibilité qui exécute du code personnalisé défini par l'utilisateur via des hooks et des callbacks pendant les processus de vérification d'identité et de cycle de vie de session.

Le système couvre de larges domaines de capacités, notamment la gestion de session avec configuration de cookie sécurisée, le salage et le hachage cryptographique des mots de passe, et la surveillance de l'activité utilisateur pour suivre les tentatives de connexion et les adresses IP. Il automatise en outre les transitions de session pour déplacer les utilisateurs vers des états authentifiés après l'inscription ou les mises à jour de mot de passe.

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.

Historique des stars

Graphique de l'historique des stars pour binarylogic/authlogicGraphique de l'historique des stars pour binarylogic/authlogic

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Authlogic

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Authlogic.
  • thoughtbot/clearanceAvatar de thoughtbot

    thoughtbot/clearance

    3,735Voir sur 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
    Voir sur GitHub↗3,735
  • aarondl/authbossAvatar de aarondl

    aarondl/authboss

    4,189Voir sur 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
    Voir sur GitHub↗4,189
  • gristlabs/grist-coreAvatar de gristlabs

    gristlabs/grist-core

    11,176Voir sur 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
    Voir sur GitHub↗11,176
  • octelium/octeliumAvatar de octelium

    octelium/octelium

    3,371Voir sur 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
    Voir sur GitHub↗3,371
Voir les 30 alternatives à Authlogic→

Questions fréquentes

Que fait binarylogic/authlogic ?

Authlogic est un framework d'authentification Ruby conçu pour gérer les identités des utilisateurs, la persistance des sessions et le hachage sécurisé des mots de passe. Il fournit un système pour vérifier les identifiants des utilisateurs par rapport aux enregistrements stockés en utilisant des champs d'identité configurables.

Quelles sont les fonctionnalités principales de binarylogic/authlogic ?

Les fonctionnalités principales de binarylogic/authlogic sont : 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.

Quelles sont les alternatives open-source à binarylogic/authlogic ?

Les alternatives open-source à binarylogic/authlogic incluent : 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…