We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e338f1c commit 7011536Copy full SHA for 7011536
src/server/auth/handlers/authorize.ts
@@ -4,7 +4,7 @@ import express from 'express';
4
import { OAuthServerProvider } from '../provider.js';
5
import { rateLimit, Options as RateLimitOptions } from 'express-rate-limit';
6
import { allowedMethods } from '../middleware/allowedMethods.js';
7
-import { InvalidRequestError, InvalidClientError, InvalidScopeError, ServerError, TooManyRequestsError, OAuthError } from '../errors.js';
+import { InvalidRequestError, InvalidClientError, ServerError, TooManyRequestsError, OAuthError } from '../errors.js';
8
9
export type AuthorizationHandlerOptions = {
10
provider: OAuthServerProvider;
0 commit comments