dex/examples/app/data/index.html
Bobby Rullo ce14dc4368 examples, static: Add cross-client auth to example
* add trustedPeers to a client in client.json.sample
* add optional cross client auth to example web app
* login page is now templated
2016-06-09 16:16:10 -07:00

21 lines
436 B
HTML

<html>
<body>
<form action="/login">
<table>
<tr>
<td> Authenticate for:
<br>
(comma-separated list of client-ids)
</td>
<td> <input type="text" name="cross_client"> </td>
</tr>
</table>
<input type="submit" value="Login">
</form>
<form action="/register">
<input type="submit" value="Register">
</form>
</body>
</html>