halogenandtoast/oath

Add test_mode!

halogenandtoast opened this issue · 0 comments

It would be great for a test_mode!

Something that set this up automatically

Monban.config.encryption_method = -> (password) { password }
Monban.config.token_comparison = -> (digest, unencrypted_password) { digest == unencrypted_password }