You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @nickgrato! First and foremost, this is definitely a nice-to-have feature so no worries if you have bigger fish to fry.
Users are reporting that it is a hassle to collect their turkeyauthtoken from the console each time they want to connect a custom domain or deploy a custom client. Right now, our documentation is telling them to open the developer tools and run this code... console.log(RegExp("_turkeyauthtoken"+"=[^;]+").exec(document.cookie)[0].slice(17))
I think it would be great to add a UI element to the dashboard to reveal their turkeyauthtoken with a button to copy to clipboard. I imagine this would be placed on both the Hubs Details and Upload Custom Client Modals under the embedded tutorial videos.
I think the button should say "Copy turkeyauthtoken"
The text was updated successfully, but these errors were encountered:
Hey @nickgrato! First and foremost, this is definitely a nice-to-have feature so no worries if you have bigger fish to fry.
Users are reporting that it is a hassle to collect their turkeyauthtoken from the console each time they want to connect a custom domain or deploy a custom client. Right now, our documentation is telling them to open the developer tools and run this code...
console.log(RegExp("_turkeyauthtoken"+"=[^;]+").exec(document.cookie)[0].slice(17))
I think it would be great to add a UI element to the dashboard to reveal their turkeyauthtoken with a button to copy to clipboard. I imagine this would be placed on both the Hubs Details and Upload Custom Client Modals under the embedded tutorial videos.
I think the button should say "Copy turkeyauthtoken"
The text was updated successfully, but these errors were encountered: