Commit Graph

4 Commits

Author SHA1 Message Date
javalsai bf952a5dc4 feat: password change (+)
This works, however there's still stuff to do.

The configuration.nix pam stack is broken, still defaults back to
pam_unix.so if this fails.

The code is now a small mess, I need to make `Client` structs and more
separation.

And I still have to fully understand keycloak and properly use the
clients or configure them.
2026-05-10 18:48:54 +02:00
javalsai 0cf366d8ff chore: add cargo metadata 2026-05-09 20:07:25 +02:00
javalsai 0f736b1fc4 feat: add group configuration (+)
will only check users of such group

also cleaned some code:
- Input doesn't need to be UTF-8 valid.
- Main fuction is dead-simple, very readable.
- Added some modularity.
- Add some docs on behavior details.
2026-05-09 19:57:50 +02:00
javalsai d2a2baebc8 initial commit
- login works
- basic documentation
2026-05-09 18:06:35 +02:00