Kanidm is a modern and simple identity management platform written in rust (github.com)
from cm0002@lemmy.world to rust@programming.dev on 06 Sep 14:37
https://lemmy.world/post/35527887

#rust

threaded - newest

farcaller@fstab.sh on 06 Sep 15:06 collapse

While it’s nice, lightweight, and simple, it still blows my mind that a security product has no means for logs audit and the logs themselves are very hard to deal with programmatically.

BB_C@programming.dev on 06 Sep 15:44 collapse

lightweight

😑
/me looks inside
/me finds >20 sub-crates and all kinds of dependencies including a web server
/me starting to think i’m the weird one for saving my passwords in a text file and almost getting annoyed about having to use cotp

farcaller@fstab.sh on 06 Sep 20:43 collapse

Let’s be fair, OAuth is very hard. And requires a web server to make work :-)

This is not a password manager, this is IdP roughly like Authelia, Auth0, etc.