auth: start with 'web' sub-package that will provide real login functionality
This commit is contained in:
parent
0766bcf418
commit
e71544c09f
1 changed files with 11 additions and 0 deletions
11
lib/auth/web.lisp
Normal file
11
lib/auth/web.lisp
Normal file
|
@ -0,0 +1,11 @@
|
|||
;;;; cl-scopes/lib/auth/web - authentication web interface
|
||||
|
||||
(defpackage :scopes-auth/web
|
||||
(:use :common-lisp)
|
||||
(:local-nicknames (:auth :scopes-auth)
|
||||
(:config :scopes/config))
|
||||
(:export #:login))
|
||||
|
||||
(in-package :scopes-auth/web)
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue