From 7784c60c03ec277b456db6e2709383e302d9382b Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Fri, 3 Jul 2026 15:49:08 +0200 Subject: Added basic oauth flow --- authentication/templates/authorize.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 authentication/templates/authorize.html (limited to 'authentication/templates/authorize.html') diff --git a/authentication/templates/authorize.html b/authentication/templates/authorize.html new file mode 100644 index 0000000..1ed6506 --- /dev/null +++ b/authentication/templates/authorize.html @@ -0,0 +1,5 @@ +{% extends "./base.html" %} + +{% block content %} +

AUTH

+{% endblock %} -- cgit v1.2.3