Handbook
Glossary
realm
Furnace framework
»
Furnace authentication
»
Authentication realms
Next:
Basic authentication
Vocabulary
furnace
.
auth
Class description
The class of authentication realms. See
Authentication realms
for details.
Definition
USING:
http.server.dispatchers
;
IN:
furnace.auth
TUPLE:
realm
<
dispatcher
name users checksum secure
;
Methods
USING:
furnace.auth
furnace.auth.providers
generic
http.server
kernel
namespaces
;
M:
realm
call-responder*
dup
realm
set
logged-in?
[
dup
init-realm
dup
logged-in-username
dup
[
users
get-user
]
when
init-user
]
unless
M\
realm
call-responder*
(call-next-method)
;