Can now run as a Ory Hydra login and consent app

This commit is contained in:
2023-11-03 18:18:25 +01:00
parent 6498a8bd06
commit 805bfe56db
9 changed files with 226 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Consent request</title>
</head>
<body>
<pre>{{ .ConsentRequest }}</pre>
<hr>
</body>
</html>