From 3a684a5d5a28a2ea321736bc5840be3f813be21e Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Wed, 14 Feb 2024 18:43:29 +0100 Subject: [PATCH] current state of OIDC integration in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc06d4f..c040daf 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,15 @@ My own homepage, bocken.org, built with svelte-kit. ## TODO ### General - [ ] Admin user management -> move to authentik via oIDC + - [x] login to authentik + - [x] only let rezepte_users edit recipes -> currently only letting them log in, should be changed + - [ ] get user info from authentik (more than email and name) + - [ ] upload pfp - [ ] upload/change pfp - [x] registration only with minimal permissions - [ ] logout without /logout page - [ ] preferences page - [x] change password -- [ ] fail2ban integration - [x] css dark mode `@media (prefers-color-scheme: dark) {}` - [ ] dark mode toggle