Files
admin-ui/ui/public/favicon.svg
Sienna Meridian Satterwhite 1467a948d0 Initial server: Deno/Hono backend with auth, CSRF, Hydra consent, and flow proxy
Hono app serving as the login UI and admin panel for Ory Kratos + Hydra.
Handles OIDC consent/login flows, session management, avatar uploads,
and proxies Kratos admin/public APIs.
2026-03-21 15:17:56 +00:00

14 lines
561 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<circle cx="16" cy="16" r="8" fill="#4F46E5"/>
<g stroke="#4F46E5" stroke-width="2.5" stroke-linecap="round">
<line x1="16" y1="2" x2="16" y2="6"/>
<line x1="16" y1="26" x2="16" y2="30"/>
<line x1="2" y1="16" x2="6" y2="16"/>
<line x1="26" y1="16" x2="30" y2="16"/>
<line x1="6.1" y1="6.1" x2="8.9" y2="8.9"/>
<line x1="23.1" y1="23.1" x2="25.9" y2="25.9"/>
<line x1="6.1" y1="25.9" x2="8.9" y2="23.1"/>
<line x1="23.1" y1="8.9" x2="25.9" y2="6.1"/>
</g>
</svg>