-
Notifications
You must be signed in to change notification settings - Fork 14
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
.
- Log into Figma
- Open Developer Tools
- Click the Application tab
- Expand the Cookies section on the left-hand side (under Storage)
- Click
https://www.figma.com
- Search for the cookie named
__Host-figma.authn
- Copy the value to your clipboard
- Log into Figma
- Open Web Developer Tools
- Click the Storage tab
- Expand the Cookies section on the left-hand side
- Click
https://www.figma.com
- Search for the cookie named
__Host-figma.authn
- Copy the value to your clipboard
- Log into Figma
- Open Web Inspector
- Click the Storage tab
- Expand the Cookies section on the left-hand side
- Click
www.figma.com
- Search for the cookie named
__Host-figma.authn
- Copy the value to your clipboard