2 مستودعات
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.
Meet Genius
Implements NextAuth.js middleware for session management and OAuth login protection.
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.