From 1ad6b3248f788cc178162bac5919c0b0fd6f9d39 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 26 Jun 2020 14:30:48 -0700 Subject: biz: open extra port for urbit dev --- Biz/Auth.hs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Biz/Auth.hs (limited to 'Biz/Auth.hs') diff --git a/Biz/Auth.hs b/Biz/Auth.hs new file mode 100644 index 0000000..ce2a716 --- /dev/null +++ b/Biz/Auth.hs @@ -0,0 +1,12 @@ +module Biz.Auth where + +import Data.ByteString (ByteString) +import Data.Text (Text) +import Miso.String + +data Error + = BadUsername + | BadPassword + +type Password = MisoString +type Username = MisoString -- cgit v1.2.3