From d9167fb5318d5370ba5445e94c0e0f9b64341df4 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Mon, 13 Mar 2023 02:22:07 +0200 Subject: authentication skeleton --- core/classes/authentication/UserInterface.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 core/classes/authentication/UserInterface.php (limited to 'core/classes/authentication/UserInterface.php') diff --git a/core/classes/authentication/UserInterface.php b/core/classes/authentication/UserInterface.php new file mode 100644 index 0000000..f81a9ee --- /dev/null +++ b/core/classes/authentication/UserInterface.php @@ -0,0 +1,19 @@ +