+ These links should get different response codes depending on the authorization: +
+Session details:
+Session details
-
{% for key, value in auth_data.items() %}
diff --git a/src/templates/index.html b/src/templates/index.html index 28ac9ec..9b21772 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -37,7 +37,7 @@ max-height: 3em } .user-info a.logout { - background-color: darkkhaki; + border: 2px solid darkkhaki; padding: 3px 6px; text-decoration: none; text-align: center; @@ -49,6 +49,9 @@ .login-box { text-align: center; } + .login-box p { + margin: 0; + } .login-toolbox { max-width: 20em; margin: auto; @@ -77,21 +80,34 @@ } .debug-auth { font-size: 90%; + background-color: #d8bebc75; + padding: 6px; } - .debug-auth p, .debug .key { + .debug-auth * { + margin: 0; + } + .debug-auth p { + text-align: center; + border-bottom: 1px solid black; + } + .debug-auth ul { + padding: 0; + list-style: none; + } + .debug-auth p, .debug-auth .key { font-weight: bold; } .content { text-align: left; } - .content .links-to-protected { + .content #links-to-check { display: flex; text-align: center; } - .content .links-to-protected a { + .content #links-to-check a { margin: 5px; color: black; - padding: 3px 5px; + padding: 3px 6px; text-decoration: none; } .hasResponseStatus { @@ -105,31 +121,29 @@ } -
-Not logged in
+ These links should get different response codes depending on the authorization: +
+Session details:
+Session details