parent
16e3784d50
commit
2ba0639f95
|
@ -22,8 +22,9 @@ AUTH_URL=#optional
|
|||
## How to Use
|
||||
|
||||
```ts
|
||||
import { Hono,Context } from 'hono'
|
||||
import { authHandler, initAuthConfig, verifyAuth, AuthConfig } from "@hono/auth-js"
|
||||
import { Hono, Context } from 'hono'
|
||||
import { authHandler, initAuthConfig, verifyAuth, type AuthConfig } from "@hono/auth-js"
|
||||
import GitHub from "@auth/core/providers/github"
|
||||
|
||||
const app = new Hono()
|
||||
|
||||
|
|
Loading…
Reference in New Issue