| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Polysemy.Account.Interpreter.Password
Description
Synopsis
- interpretPasswordId :: InterpreterFor Password r
- interpretPassword :: Member (Embed IO) r => InterpreterFor Password r
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.