01Fully compliant with MCP Authorization Spec (OAuth 2.1, Dynamic Client Registration, Metadata RFCs)
02Seamless integration with @modelcontextprotocol/typescript-sdk for OAuthServerProvider
03Enhanced compatibility with MCP clients that may not fully adhere to the spec (e.g., missing resource indicators or scopes)
04Flexible storage options, supporting in-memory for development and custom backends for production
05Express middleware for setting up all OAuth 2.1 endpoints (authorization, token, registration) and bearer token validation
062 GitHub stars