You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(apps-proxy): split kai-preview into endpoints sub-package and helpers
Move the four endpoint handlers (handshake-token, bootstrap, exchange,
refresh), the composite Handler, and routing symbols (PathPrefix,
DevModeChecker, DevModeCheckerFunc) into a new
internal/…/kaipreview/endpoints sub-package (package name "endpoints").
The parent kaipreview package retains the pure helpers: JWT minting/
verification, cookie helpers, CORS, IsIframeDocumentLoad, and the
StorageTokenVerifier interface (moved to storage_token_verifier.go).
External callers (apphandler.go) import both packages: kaipreview for
helpers and kpendpoints alias for the handler/routing surface.
0 commit comments