summaryrefslogtreecommitdiff
path: root/html/app/models/user
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-17 02:19:27 +0200
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-17 02:19:27 +0200
commit26229c110fb92646b36c7b2f48ac7518fd3810a5 (patch)
tree72b2f2e0e0c789853ceb815fd5b513ad31672cac /html/app/models/user
parent1e438654005bd408447dc19c8a96099d228bb1aa (diff)
downloadclassroom-26229c110fb92646b36c7b2f48ac7518fd3810a5.tar.gz
classroom-26229c110fb92646b36c7b2f48ac7518fd3810a5.tar.bz2
classroom-26229c110fb92646b36c7b2f48ac7518fd3810a5.zip
set algorithns for user authentication and authorization
Diffstat (limited to 'html/app/models/user')
-rw-r--r--html/app/models/user/Validate_model.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/html/app/models/user/Validate_model.php b/html/app/models/user/Validate_model.php
deleted file mode 100644
index 16ad70a..0000000
--- a/html/app/models/user/Validate_model.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-
-namespace app\models\user;
-
-use \Registry;
-
-
-class Validate
-{
- /** ticket
- *
- * validate that the user owns the `ticket`
- *
- */
- public static function ticket($ticket)
- {
- }
-
- /** access
- *
- * validate that the `ticket` is compatible with access_level
- */
- public static function access($ticket, $access_level)
- {
- }
-
-} \ No newline at end of file