Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
You could... build your own login?
It’s actually not that bad.
I’m making one today and billing 10 hours for it.
I do cheat and use bootstrap session timeout (but not bootstrap) but that’s the only dependency and then only because I’m lazy. -
@HiFiWiFiSciFi for most orgwnizao using ldap, active directory or some sh like that is a must man. You will build the entire auth system, forms etc, but the endpoints are going to be what he mentions.
And ldap absolutely 100% sucks balls because it is so much shit to learn for such a small usecase -
@JustThat i was drinking coffee as I read this and choked. I am going to use that from now on, fucking brilliant
Authentication and Identity management are just one giant shit fuck.
Ldap, PAM, OAuth and what not.
Each of them with it's own caveats.
Ldap, supposedly being the most widely used, isn't even an actual Identity management or authentication service, but just a DB misused as one.
The best part is, that if you want to selfhost some apps, you're pretty much forced to host one of these abominations too.
At least if you don't want to manage each service account's separately.
rant