Add /api/v1/key, manifest & bundle endpoints with ed25519 signing, extract selfhost-web via prepare:webapp, & accept Bearer refresh tokens for desktop auth. Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
158 B
HTML
10 lines
158 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>test-webapp</title>
|
|
</head>
|
|
<body>
|
|
<p>test webapp fixture</p>
|
|
</body>
|
|
</html>
|