store express sessions in redis, delete only aliases from preferred domain #3

Merged
lauri merged 5 commits from dev into master 2023-08-12 08:14:49 +00:00
Showing only changes of commit c0a310b5ff - Show all commits

View File

@ -7,12 +7,13 @@
This project was build for [K-Space Hackathon2023](https://wiki.k-space.ee/en/hackathon/2023) This project was build for [K-Space Hackathon2023](https://wiki.k-space.ee/en/hackathon/2023)
## Features ## Features
* auth with oidc
* headless only, no DB - auth with oidc
* develop/debug with skaffold on k8s cluster - headless only, no DB
- develop/debug with skaffold on k8s cluster
## TODO ## TODO
* remove TS-related hacks
* add tests - remove TS-related hacks
* make nicer UI - add tests
* implement persistent sessions for multi-docker deployment (redis, db, etc) - make nicer UI