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

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

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

2 مستودعات

Awesome GitHub RepositoriesNextAuth.js Middleware

Manages user sessions and OAuth logins with a middleware-based system that protects API routes and pages.

Distinct from Authentication Middleware: Distinct from Authentication Middleware: specifically implements NextAuth.js with OAuth provider integrations and session management.

Explore 2 awesome GitHub repositories matching web development · NextAuth.js Middleware. Refine with filters or upvote what's useful.

Awesome NextAuth.js Middleware GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • catchchat/yepالصورة الرمزية لـ CatchChat

    CatchChat/Yep

    5,876عرض على GitHub↗

    Meet Genius

    Implements NextAuth.js middleware for session management and OAuth login protection.

    Swift
    عرض على GitHub↗5,876
  • oauthjs/node-oauth2-serverالصورة الرمزية لـ oauthjs

    oauthjs/node-oauth2-server

    4,067عرض على GitHub↗

    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.

    JavaScriptoauth2-server
    عرض على GitHub↗4,067
  1. Home
  2. Web Development
  3. Backend Development
  4. Web Frameworks
  5. Node.js Server Frameworks
  6. Authentication Middleware
  7. NextAuth.js Middleware

استكشف الوسوم الفرعية

  • Authorization MiddlewaresMiddleware components specifically designed to handle authorization and permission checks in request pipelines. **Distinct from NextAuth.js Middleware:** Focuses on the authorization logic integration rather than specific framework implementations like NextAuth.js