Skip to content

Getting your Figma auth session cookie

Alex Chan edited this page Jun 3, 2024 · 1 revision

If you are using SSO to log into Figma, you can provide your auth session cookie to authenticate.

The cookie that you will need to provide is called __Host-figma.authn.

Chrome

  1. Log into Figma
  2. Open Developer Tools
  3. Click the Application tab
  4. Expand the Cookies section on the left-hand side (under Storage)
  5. Click https://www.figma.com
  6. Search for the cookie named __Host-figma.authn
  7. Copy the value to your clipboard

Chrome

Firefox

  1. Log into Figma
  2. Open Web Developer Tools
  3. Click the Storage tab
  4. Expand the Cookies section on the left-hand side
  5. Click https://www.figma.com
  6. Search for the cookie named __Host-figma.authn
  7. Copy the value to your clipboard

Firefox

Safari

  1. Log into Figma
  2. Open Web Inspector
  3. Click the Storage tab
  4. Expand the Cookies section on the left-hand side
  5. Click www.figma.com
  6. Search for the cookie named __Host-figma.authn
  7. Copy the value to your clipboard

Safari

Clone this wiki locally