summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorGrant Shangreaux <shshoshin@protonmail.com>2020-04-30 10:10:33 -0500
committerGrant Shangreaux <shshoshin@protonmail.com>2020-04-30 10:10:33 -0500
commiteb0cf5e42624ea7c915b851e3f9df5bbf9adbc4a (patch)
treebb94be1dadeec5f2e7a7ae6210b24fabeb4c30de /package.lisp
parent5ec161766e6127c0f52563df07c7a7b9e070461b (diff)
Feature: adminbot alpha - new user registration
uses the admin registration endpoint to perform user registration given the command "!invite <username>" - validates usernames and complete user-id - requires the registration shared secret to work - does not limit invites at all yet
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
new file mode 100644
index 0000000..64c46b1
--- /dev/null
+++ b/package.lisp
@@ -0,0 +1,4 @@
+;;;; package.lisp
+
+(defpackage #:adminbot
+ (:use #:cl #:granolin #:ironclad))