refactor: rename service references arcadia-app → arcadia-core

The Phoenix auth/identity/tenancy backend repo is being renamed
arcadia-app → arcadia-core (its primary OTP app is already arcadia_core).
Updates prose, doc paths, and git.sky-ai.com repo URLs. Deliberately
leaves the Rust crate arcadia-app-client and host arcadia-app.internal
(handled separately), and the kept namespace (issuer/release "arcadia").

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-11 13:40:27 +10:00
parent 34fd811e91
commit 7c7370860a
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
defmodule ArcadiaCloudWeb.Plugs.RequireAuth do
@moduledoc """
Validates a Bearer JWT issued by arcadia-app and assigns the resulting
Validates a Bearer JWT issued by arcadia-core and assigns the resulting
identity + raw claims onto the conn. Halts with 401 on any failure.
Downstream controllers read `conn.assigns.current_identity` and, if