API credentials
Component-composed credential inventory, creation, reveal-once, revocation, recovery, density, and mobile states.
API credentials
Inventory, creation, reveal-once, revocation, recovery, density, and mobile pressure.
Error
Failure copy confirms the existing credential remains active.
Production is still active
Revocation could not complete because the audit event store was temporarily unavailable. No credential or access state changed.
Viewport
Ruby
test/dummy/app/components/gallery/compositions/api_credentials_page.rbdiv(
data: {
gallery: "composition-surface",
gallery_composition: "api-credentials",
gallery_mobile: state == "mobile" ? "true" : nil
}.compact
) do
render NitroKit::Container.new(size: :xl, id: "gallery-api-credentials-container") do
render NitroKit::Flex.new(dir: :col, gap: 6, align: :stretch, id: "gallery-api-credentials-stack") do
turbo_frame_tag("gallery-api-credentials-frame") { render_screen }
end
end
end