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
-
@Tayo I want to setup some services on my homeserver to ease some processes/experiment with them. Due to the services purpose it requires to be reachable from the outside. Therefore it should have authentication. Also them all all require a user management and specific data associated with the user. Wouldn't it be nice to have to do it one time and then just put some auth middleware in the service which validates against this. Also the services have to authenticate themselfes against each other. Its a mess. I tried OAuth2 but failed to find a simple OAuth server that offers web ui and only a few setup steps.
-
Or HTTP Basic Auth if it's a website. Php also has a signed in user variable (can't remember what it is off the top of my head)
Related Rants
Funny how every single one of my side projects fails due to authentication/authorization/user management. Yeah... Funny and stuff... Thats the right word for my discourage I think... Funny! It's funny!
(open for suggestions)
rant
side project
authentication
problem