oauth2-client-demo/index.html

16 lines
578 B
HTML
Raw Normal View History

2018-02-08 16:11:19 +00:00
<html>
<head>
<title>Authorize an App</title>
2018-02-08 16:38:15 +00:00
<link rel="stylesheet" href="brutalist.css" />
2018-02-08 16:11:19 +00:00
</head>
<body>
<h1>Yolo App</h1>
2018-02-08 16:52:14 +00:00
<a class="button" href="http://localhost:9001/iroh/oauth2/authorize?response_type=code&client_id=localtest&redirect_uri=http%3A%2F%2Flocalhost%3A9999%2Flogin.html&scope=ctia%20iroh-collect&state=yolo" target="_blank">
click Here
</a> to authorize me with the scopes:
<ul><li> <code>ctia</code></li>
<li><code>iroh-collect</code></li>
</ul>
2018-02-08 16:11:19 +00:00
</body>
</html>