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 bad29e3 commit bb32651Copy full SHA for bb32651
1 file changed
examples/hono-authjs.md
@@ -18,7 +18,7 @@ Get authentication running in 5 minutes:
18
## Installation
19
20
```bash
21
-npm install hono @hono/auth-js @auth/core
+npm install hono @hono/auth-js @auth/core @auth/drizzle-adapter
22
```
23
24
## Setup
@@ -166,9 +166,10 @@ import {
166
initAuthConfig,
167
verifyAuth,
168
authHandler,
169
- DrizzleAdapter,
170
} from '@hono/auth-js'
171
-import { GitHub, Google } from '@auth/core/providers'
+import { DrizzleAdapter } from '@auth/drizzle-adapter'
+import Google from '@auth/core/providers/google'
172
+import GitHub from '@auth/core/providers/github'
173
import { db } from './db'
174
import {
175
users,
0 commit comments