-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathx-callback.html
More file actions
18 lines (18 loc) · 956 Bytes
/
x-callback.html
File metadata and controls
18 lines (18 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex" />
<title>X OAuth callback - depmedic</title>
<style>
body { background: #0b0d10; color: #e6e8eb; font: 16px/1.55 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; max-width: 640px; margin: 60px auto; padding: 0 20px; }
a { color: #6cb6ff; }
code { background: #11151b; border: 1px solid #1e242c; padding: 1px 6px; border-radius: 4px; font-size: 13px; }
</style>
</head>
<body>
<h1>X OAuth callback</h1>
<p>This page is the registered callback for the depmedic X application. It is intentionally unused at runtime - the depmedic posting client uses pre-issued OAuth 1.0a access tokens stored server-side, not the OAuth 2.0 redirect flow. If you reached this page by accident, head back to <a href="/">depmedicdev-byte.github.io</a>.</p>
</body>
</html>