Comment on đĄď¸ uSentry - Identity & Access Management
cecilkorik@lemmy.ca â¨3⊠â¨days⊠ago
I have been constantly asking myself why there isnât something like this, and just wondering if maybe I was missing something about the seeming immense complexity of doing this on a small scale.
Now there is something like this.
TCB13@lemmy.world â¨3⊠â¨days⊠ago
Well, it isnât pretty, but gets the job done.
The thing with PHP in this case is that I was already serving a ton of simple websites / small apps like freshrss that use PHP and by making this tool in PHP it means I donât need yet another process running and wasting resources, can just re-use the existing php-fpm for this.
For whatâs worth PHP is better than it looks, and my implementation is very crude, but also small and auditable and contained to a single file. :)