get-user ( username provider -- user/f )
Furnace framework » Furnace authentication » Authentication providers » Authentication provider protocol

Prev:user
Next:new-user ( user provider -- user/f )


Vocabulary
furnace.auth.providers

Inputs
usernamea string
provideran authentication provider


Outputs
user/fan user or f


Generic word contract
Looks up a username in the authentication provider.

Definition

GENERIC: get-user ( username provider -- user/f )


Methods