6 مستودعات
Middleware components for managing user identity and session state in Node.js servers.
Distinct from Node.js Server Frameworks: Focuses on authentication logic rather than general server framework architecture.
Explore 6 awesome GitHub repositories matching web development · Authentication Middleware. Refine with filters or upvote what's useful.
Passport is a Node.js authentication middleware designed to manage user identities and session states within web applications. It functions as a request identity verifier that secures application routes by validating user credentials before granting access. The system utilizes a modular authentication strategy, allowing identity verification through interchangeable plugins. This architecture supports the creation of custom authentication strategies for local credentials and the integration of federated identity providers using external protocols. The framework provides capabilities for sessi
Provides a flexible middleware framework for managing user authentication and session state within Node.js applications.
Meet Genius
Uses middleware-based authentication to protect API routes and pages with session management.
LoopBack Next هو إطار عمل API لـ Node.js يستخدم لبناء واجهات برمجة تطبيقات REST ومتعددة البروتوكولات. يعمل كتنفيذ لخادم OpenAPI يمكنه إما إنشاء مواصفات قابلة للقراءة آلياً من الكود أو إنتاج وحدات تحكم ونماذج تنفيذ من مواصفات موجودة. يتميز إطار العمل بحاوية حقن تبعية مركزية وطبقة وصول للبيانات تعتمد على نمط المستودع (repository pattern). تفصل هذه البنية منطق التطبيق عن بناء المكونات والتخزين الدائم، مما يسمح بنظام قابل للتوصيل حيث يتم عزل مصادر البيانات ومنطق الأعمال من خلال نظام موصل موحد. يغطي المشروع مجموعة واسعة من الإمكانات بما في ذلك التحكم في الوصول القائم على الأدوار مع استراتيجيات مصادقة قابلة للتوصيل وتنسيق خدمات REST و SOAP الخارجية. كما يوفر أدوات للاتصال في الوقت الفعلي عبر نقاط نهاية WebSocket، والتحقق من صحة مخطط JSON، وسقالات المشروع الآلية من خلال واجهة سطر أوامر. يتم دعم التطوير من خلال مجموعة من أدوات CLI لبدء التطبيقات، وإنشاء مكونات API، وإدارة تبعيات المشروع.
Connects external authentication middleware and OAuth strategies to validate user identities.
node-oauth2-server is an OAuth2 server implementation for Node.js that functions as an authorization provider. It enables the creation of a centralized server to manage client registration and issue access tokens for third-party applications using the OAuth2 protocol. The project operates as Node.js middleware, integrating authorization logic directly into web application request pipelines. It provides a bearer token validator to verify identity and permissions by checking security tokens within incoming HTTP request headers. The system covers API access control, token management, and user a
Integrates authorization logic directly into Node.js web application request pipelines as middleware.
node-oidc-provider هو إطار عمل لبناء خوادم تفويض وموفري هوية معتمدين من OpenID داخل بيئات Node.js. يوفر مجموعة شاملة من الأدوات لإدارة دورة الحياة الكاملة لخدمات OAuth 2.0 وOpenID Connect، بما في ذلك مصادقة المستخدم، وتسجيل العميل، وإصدار والتحقق من رموز الهوية والوصول. يتميز المشروع ببنية معيارية للغاية تسمح للمطورين بدمج خدمات المصادقة مباشرة في حزم تطبيقات الويب الحالية. وهو يدعم التخصيص المتقدم من خلال خط أنابيب طلب قائم على البرمجيات الوسيطة (middleware)، وخطافات دورة الحياة القائمة على الأحداث، ونهج قائم على الاستراتيجية لتنفيذ أنواع منح فريدة. تمتد هذه المرونة إلى إدارة البيانات، حيث يتيح نظام محول قابل للتوصيل استخدام قواعد بيانات خارجية لاستمرار الجلسات والرموز. بالإضافة إلى الامتثال الأساسي للبروتوكول، يتضمن إطار العمل قدرات أمنية وتشغيلية واسعة النطاق. وهو يدعم سياسات تفويض دقيقة، وإدارة مفاتيح التشفير مع تكامل التوقيع الخارجي، وملفات تعريف أمان متقدمة لحماية المعاملات الحساسة. يوفر النظام أيضاً ملاحظة مدمجة من خلال مراقبة أحداث دورة الحياة واكتشاف البيانات الوصفية المؤتمت لسهولة التفاعل البرمجي مع العملاء الخارجيين.
Ships modular authentication middleware for integrating identity management directly into Node.js web application stacks.
This project is an automated cryptocurrency trading platform and server-side framework designed for executing trades and managing digital asset portfolios. It provides a unified environment for running algorithmic strategies across multiple exchanges, allowing for the automated placement of buy and sell orders without manual intervention. The system distinguishes itself through a modular plugin architecture that separates trading logic from core execution, enabling users to customize or swap algorithms as needed. It utilizes an event-driven execution loop that processes real-time market data
Protects the management interface by validating user credentials and session tokens to prevent unauthorized access.