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