From 14e3c6a61f7727e994c4e1cf2568a3e606f84648 Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Sat, 27 Jun 2020 09:20:59 -0700
Subject: hero: implement the basics of user logins

There's also a lot of refactoring/renaming in here, so the diff is really messy.
The overall problem is that I've only ever added code, I've never gone back and
reorganized/rearchitected stuff. So adding even small features is becoming an
enormous effort.

Anyway, this adds the basics of user auth. Next I need to add the auth checks
for every route that needs it, and make sure everything is back to working
correctly.
---
 .envrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.envrc')

diff --git a/.envrc b/.envrc
index e1b8d4a..346588d 100644
--- a/.envrc
+++ b/.envrc
@@ -1,10 +1,10 @@
 PATH_add $PWD
-export NIX_PATH=$PWD/nix
 export BIZ_ROOT=$PWD
 
 export HERO_PORT=3000
 export HERO_BEAM=$BIZ_ROOT/_bild/Hero.Client/static
 export HERO_KEEP=$BIZ_ROOT/_keep
+export HERO_SKEY=$BIZ_ROOT/_skey
 
 export GUILE_LOAD_PATH=$PWD
 export EDITOR=vim
-- 
cgit v1.2.3