check-login ( password username -- user/f )


Vocabulary
furnace.auth

Inputs
passworda string
usernamea string


Outputs
user/fan user or f


Word description
Checks a username/password pair with the current authentication realm. Outputs a user if authentication succeeded, otherwise outputs f.

Definition