Commit graph

10 commits

Author SHA1 Message Date
e99fabafb9 Add consent (#42)
Some checks failed
/ docker-build-only (push) Failing after 33s
/ go-test (push) Failing after 1m1s
2024-10-20 21:08:57 +02:00
8d805cefe6 Cleanup DB a bit, and start correctly handling users (#42)
Some checks failed
/ docker-build-only (push) Failing after 27s
/ go-test (push) Failing after 1m18s
2024-10-18 22:06:05 +02:00
93d7b13928 Link userinfo from backend to the clients #48
Some checks failed
/ docker-build-only (push) Failing after 28s
/ go-test (push) Failing after 1m17s
2024-10-16 21:42:39 +02:00
a0849388a7 Add login workflow until callback (#48)
Some checks failed
/ docker-build-only (push) Failing after 37s
/ go-test (push) Failing after 1m28s
2024-10-06 22:11:58 +02:00
f3060bee3b feat: start replacing dex with zitadel (#48)
Start the process of replacing dex with zitadel, this commit is
absolutely not prod-ready, basically we just added zitatel, and the
necessary elements to make it work to at least getting a client from the
DB

- replace logrus with zap
- start our own storage for the users
- instanciate zitaled on start
- allow getting client using the ID from the DB
2024-08-16 11:29:19 +02:00
9cf1428517 fix: allow setting base path for static files 2024-05-08 16:07:40 +02:00
1e8b9ef161 Set correct login flow
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-15 20:11:50 +02:00
20fde2335e Improve response logger and fix '/' route
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-15 17:49:33 +02:00
4507728dae Add first basic POC
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-14 18:28:01 +02:00
e75a4d4607 Rename module from template 2023-10-12 20:36:34 +02:00