awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
binarylogic avatar

binarylogic/authlogic

0
View on GitHub↗
4,343 نجوم·634 تفرعات·Ruby·MIT·2 مشاهداتrdoc.info/projects/binarylogic/authlogic↗

Authlogic

Authlogic هو إطار عمل مصادقة Ruby مصمم لإدارة هويات المستخدم، واستمرارية الجلسة، وتجزئة كلمة المرور الآمنة. يوفر نظاماً للتحقق من بيانات اعتماد المستخدم مقابل السجلات المخزنة باستخدام حقول هوية قابلة للتكوين.

يتميز إطار العمل بتكامله للهوية القائم على المزود، مما يسمح للتطبيقات بربط تدفقات المصادقة بخدمات خارجية بما في ذلك OAuth وOpenID Connect وLDAP ومنصات التواصل الاجتماعي المختلفة. كما يتضمن نموذج قابلية توسيع ينفذ كوداً مخصصاً يحدده المستخدم عبر الخطافات وردود الاتصال أثناء عمليات التحقق من الهوية ودورة حياة الجلسة.

يغطي النظام مجالات قدرات واسعة بما في ذلك إدارة الجلسة مع تكوين ملفات تعريف الارتباط الآمنة، وتمليح وتجزئة كلمة المرور التشفيرية، ومراقبة نشاط المستخدم لتتبع محاولات تسجيل الدخول وعناوين 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.

سجل النجوم

مخطط تاريخ النجوم لـ binarylogic/authlogicمخطط تاريخ النجوم لـ binarylogic/authlogic

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Authlogic

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Authlogic.
  • thoughtbot/clearanceالصورة الرمزية لـ thoughtbot

    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/authbossالصورة الرمزية لـ aarondl

    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-coreالصورة الرمزية لـ gristlabs

    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/octeliumالصورة الرمزية لـ octelium

    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
عرض جميع البدائل الـ 30 لـ Authlogic→

الأسئلة الشائعة

ما هي وظيفة 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…