Created
February 6, 2025 09:39
-
-
Save javdl/88fa9da1fd463fbdf91202eea68ff5ee to your computer and use it in GitHub Desktop.
Revisions
-
javdl created this gist
Feb 6, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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> ```