API credential flow

API credentials

Block-composed credential inventory, creation, reveal-once, revocation, recovery, density, and mobile states.

API credentials

Inventory, creation, reveal-once, revocation, recovery, density, and mobile pressure.

Reveal-once

A readonly secret and warning make the one-time security boundary explicit.

ViewportFull width
Rubytest/dummy/app/components/gallery/flows/api_credentials_page.rb
div(
  data: {
    gallery: "flow-surface",
    gallery_flow: "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