awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
binarylogic avatar

binarylogic/authlogic

0
View on GitHub↗
4,343 星标·634 分支·Ruby·MIT·4 次浏览rdoc.info/projects/binarylogic/authlogic↗

Authlogic

Authlogic 是一个 Ruby 身份验证框架,旨在管理用户身份、会话持久化和安全的密码哈希。它提供了一个系统,通过可配置的身份字段来验证用户凭据与存储记录的一致性。

该框架的独特之处在于其基于提供程序的身份集成,允许应用程序将身份验证流程连接到外部服务,包括 OAuth、OpenID Connect、LDAP 和各种社交媒体平台。它还包含一个扩展模型,通过钩子和回调在身份验证和会话生命周期过程中执行用户自定义代码。

该系统涵盖了广泛的能力领域,包括具有安全 Cookie 配置的会话管理、加密密码加盐和哈希处理,以及用于跟踪登录尝试和 IP 地址的用户活动监控。它还自动化了会话转换,使用户在注册或更新密码后进入已认证状态。

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.

Star 历史

binarylogic/authlogic 的 Star 历史图表binarylogic/authlogic 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

binarylogic/authlogic 是做什么的?

Authlogic 是一个 Ruby 身份验证框架,旨在管理用户身份、会话持久化和安全的密码哈希。它提供了一个系统,通过可配置的身份字段来验证用户凭据与存储记录的一致性。

binarylogic/authlogic 的主要功能有哪些?

binarylogic/authlogic 的主要功能包括: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。

binarylogic/authlogic 有哪些开源替代品?

binarylogic/authlogic 的开源替代品包括: 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…

Authlogic 的开源替代方案

相似的开源项目,按与 Authlogic 的功能重合度排序。
  • thoughtbot/clearancethoughtbot 的头像

    thoughtbot/clearance

    3,735在 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
    在 GitHub 上查看↗3,735
  • aarondl/authbossaarondl 的头像

    aarondl/authboss

    4,189在 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
    在 GitHub 上查看↗4,189
  • gristlabs/grist-coregristlabs 的头像

    gristlabs/grist-core

    11,176在 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
    在 GitHub 上查看↗11,176
  • octelium/octeliumoctelium 的头像

    octelium/octelium

    3,371在 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
    在 GitHub 上查看↗3,371
查看 Authlogic 的所有 30 个替代方案→