Skip to content

Instantly share code, notes, and snippets.

@javdl
Created February 6, 2025 09:39
Show Gist options
  • Save javdl/88fa9da1fd463fbdf91202eea68ff5ee to your computer and use it in GitHub Desktop.
Save javdl/88fa9da1fd463fbdf91202eea68ff5ee to your computer and use it in GitHub Desktop.
Retool testing with access token

Get an access token from local storage, when logged in with your user in the dashboard. localStorage.getItem('accessToken')

Create a local html file and use it in the browser:

<html>
  <iframe src="https://fuww.retool.com/apps/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa/users%20bq?#access_token=" width="100%" height="100%"></iframe>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment