oauth2-client-demo/index.html
Yann Esposito (Yogsototh) ccdae5708f
stripes + central css
2018-02-08 17:38:15 +01:00

12 lines
460 B
HTML

<html>
<head>
<title>Authorize an App</title>
<link rel="stylesheet" href="brutalist.css" />
</head>
<body>
<h1>Yolo App</h1>
<a href="http://localhost:9001/iroh/oauth2/authorize?response_type=code&client_id=localtest&redirect_uri=http%3A%2F%2Flocalhost%3A9999%2Flogin.html&scope=ctia&state=yolo" target="_blank">
click Here to authorize me with the <code>ctia</code> scope!
</a>
</body>
</html>