summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-02-11 14:02:58 +0530
committerBobby <[email protected]>2026-02-11 14:02:58 +0530
commitd87e08e0fc5911b2ff40604944448e1f0aaa31b7 (patch)
treed64dba5b796ad39cb0514293cfd29826b66b8c7c /templates
parent2c567dd96712a887b42cf4df3bdaa9f5f2b51a43 (diff)
downloadcafe-d87e08e0fc5911b2ff40604944448e1f0aaa31b7.tar.xz
cafe-d87e08e0fc5911b2ff40604944448e1f0aaa31b7.zip
Implement authentication flow with middleware and controllers, add OpenID discovery URL to server config
Diffstat (limited to 'templates')
-rw-r--r--templates/pages/auth.django5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/pages/auth.django b/templates/pages/auth.django
new file mode 100644
index 0000000..2c4c372
--- /dev/null
+++ b/templates/pages/auth.django
@@ -0,0 +1,5 @@
+{% extends "layouts/base.django" %}
+
+{% block content %}
+You will be authenticated here.
+{% endblock %} \ No newline at end of file