mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-21 03:15:11 +00:00
app: better session id handling
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Hono } from "hono"
|
||||
import { DurableObject } from "cloudflare:workers"
|
||||
import { randomUUID } from "node:crypto"
|
||||
import { jwtVerify, createRemoteJWKSet } from "jose"
|
||||
import { createAppAuth } from "@octokit/auth-app"
|
||||
import { Octokit } from "@octokit/rest"
|
||||
import { Hono } from "hono"
|
||||
import { createRemoteJWKSet, jwtVerify } from "jose"
|
||||
import { Resource } from "sst"
|
||||
|
||||
type Env = {
|
||||
|
||||
Reference in New Issue
Block a user