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)
## Features
* auth with oidc
* headless only, no DB
* develop/debug with skaffold on k8s cluster
- auth with oidc
- headless only, no DB
- develop/debug with skaffold on k8s cluster
## TODO
* remove TS-related hacks
* add tests
* make nicer UI
* implement persistent sessions for multi-docker deployment (redis, db, etc)
- remove TS-related hacks
- add tests
- make nicer UI