polysemy-account-0.2.0.0: Account management with Servant and Polysemy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Polysemy.Account.Interpreter.Password

Description

 
Synopsis

Documentation

interpretPasswordId :: InterpreterFor Password r Source #

Interpret Password trivially, not performing any hashing and generating sequences of asterisks.

interpretPassword :: Member (Embed IO) r => InterpreterFor Password r Source #

Interpret Password using the Argon2 algorithm and Data.Elocrypt-generated passwords.