Server-side API. All logic runs on this server. Open console (F12) on this page to use.
copy((await(await fetch('/api/auth/session')).json()).accessToken)
sonic.auth("PASTE_TOKEN_HERE")
All processing happens server-side. Your token is never stored.