cross-posted from: https://lemmy.world/post/28692919

uSentry is a lightweight, self-hosted Identity and Access Management (IAM) and Single Sign-On (SSO) solution designed for homelab and small-scale environments.

⚡ A single PHP file. < 400 lines of code. No database. No background processes. No cloud. Just works. ⚡

Most IAM and SSO solutions require databases, certificates and background services baked into a dozen containers. This is all fine but also also overkill for homelabs and impossible for low-power ARM devices. uSentry is different, it isn’t pretty but it sucks less for a lot of use cases.

Enjoy!

  • elmicha@feddit.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 days ago

    No, the README doesn’t say it, but in the index.php you can see that you must use password_hash to hash the passwords, and the script uses password_verify like it should be done. .