Skip to content

Instantly share code, notes, and snippets.

@javdl
Created February 6, 2025 09:39
Show Gist options
  • Select an option

  • Save javdl/88fa9da1fd463fbdf91202eea68ff5ee to your computer and use it in GitHub Desktop.

Select an option

Save javdl/88fa9da1fd463fbdf91202eea68ff5ee to your computer and use it in GitHub Desktop.

Revisions

  1. javdl created this gist Feb 6, 2025.
    10 changes: 10 additions & 0 deletions retool.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    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
    <html>
    <iframe src="https://fuww.retool.com/apps/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa/users%20bq?#access_token=" width="100%" height="100%"></iframe>
    </html>
    ```