update-user ( user provider -- )
Furnace framework » Furnace authentication » Authentication providers » Authentication provider protocol

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


Vocabulary
furnace.auth.providers

Inputs
useran user
provideran authentication provider


Outputs
None

Generic word contract
Stores a user back to an authentication provider after being changed. This is a no-op with in-memory providers; providers which use an external store will save the user in this word.

Definition


Methods