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 669e187 commit 82707eaCopy full SHA for 82707ea
README.md
@@ -13,9 +13,9 @@ yarn add vercel-github-oauth-proxy
13
### Step 2 — Create an API endpoint at `/api/index.ts`
14
15
```ts
16
-import { createLambdaHandler } from "vercel-github-oauth-proxy"
+import { createLambdaProxyAuthHandler } from "vercel-github-oauth-proxy"
17
18
-export default createLambdaHandler(config)
+export default createLambdaProxyAuthHandler(config)
19
```
20
21
`config.cryptoSecret`
0 commit comments