mirror of
https://github.com/anomalyco/opencode.git
synced 2026-06-01 19:05:38 +00:00
chore: generate
This commit is contained in:
@@ -5,7 +5,7 @@ import { HttpApiError, HttpApiMiddleware, HttpApiSecurity } from "effect/unstabl
|
|||||||
|
|
||||||
const AUTH_TOKEN_QUERY = "auth_token"
|
const AUTH_TOKEN_QUERY = "auth_token"
|
||||||
const UNAUTHORIZED = 401
|
const UNAUTHORIZED = 401
|
||||||
const WWW_AUTHENTICATE = "Basic realm=\"Secure Area\""
|
const WWW_AUTHENTICATE = 'Basic realm="Secure Area"'
|
||||||
|
|
||||||
export class Authorization extends HttpApiMiddleware.Service<Authorization>()(
|
export class Authorization extends HttpApiMiddleware.Service<Authorization>()(
|
||||||
"@opencode/ExperimentalHttpApiAuthorization",
|
"@opencode/ExperimentalHttpApiAuthorization",
|
||||||
|
|||||||
Reference in New Issue
Block a user