From ef14ba500ff27dd2d1fe6e5debd99f7a5fc4db10 Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Thu, 6 Aug 2026 23:47:34 +0100 Subject: initial commit --- routes/index.php | 8 ++++++++ routes/integration/auth-request.php | 14 ++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 routes/index.php create mode 100644 routes/integration/auth-request.php (limited to 'routes') diff --git a/routes/index.php b/routes/index.php new file mode 100644 index 0000000..a5e66a8 --- /dev/null +++ b/routes/index.php @@ -0,0 +1,8 @@ +doc->addChild('content'); + $content->addChild('p', 'Welcome to Pleasant SSO!'); + $resp->send(); +} diff --git a/routes/integration/auth-request.php b/routes/integration/auth-request.php new file mode 100644 index 0000000..82d1f03 --- /dev/null +++ b/routes/integration/auth-request.php @@ -0,0 +1,14 @@ +