;;;; cl-scopes/lib/auth - authentication services (defpackage :scopes-auth (:use :common-lisp) (:local-nicknames (:dom :scopes/web/dom)) (:import-from :scopes/web/dom #:div #:label) (:export #:login)) (in-package :scopes-auth)