Skip to content

Commit f292b12

Browse files
committed
Remove generateToken until needed
1 parent bb49189 commit f292b12

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/server/auth/crypto.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/server/auth/provider.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ export interface OAuthServerProvider {
2121
/**
2222
* Begins the authorization flow, which can either be implemented by this server itself or via redirection to a separate authorization server.
2323
*
24-
* An authorization code can be generated using the `generateToken` function.
25-
*
2624
* This server must eventually issue a redirect with an authorization response or an error response to the given redirect URI. Per OAuth 2.1:
2725
* - In the successful case, the redirect MUST include the `code` and `state` (if present) query parameters.
2826
* - In the error case, the redirect MUST include the `error` query parameter, and MAY include an optional `error_description` query parameter.

0 commit comments

Comments
 (0)