We need the central role of a user in the portal. Right now, portal access is anonymous and available to anyone. Need to add an auth page and simple login / logout behavior. Auth keys should be standard email / password combo and Cookie-based sessions persisted in Redis (see connect redis-store).
We need the central role of a user in the portal. Right now, portal access is anonymous and available to anyone. Need to add an auth page and simple login / logout behavior. Auth keys should be standard email / password combo and Cookie-based sessions persisted in Redis (see connect redis-store).