index.html

Anonymous
html
07/11/2021 7:44 PM
364 B
13
Indexable
<html>
<header>
	<script src="http://localhost:3000/auth.js"></script>
</header>
<body>
    UserInfo:
    <div><script>document.write(JSON.stringify(userInfo));</script></div>
    Token:
    <div><script>document.write(accessToken);</script></div>
</body>
</html>
Editor is loading...