current state of OIDC integration in README

This commit is contained in:
Alexander Bocken 2024-02-14 18:43:29 +01:00
parent a781be8d00
commit 3a684a5d5a
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -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