4

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)

Comments
  • 2
  • 0
    @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.
  • 0
    @Tayo But how do you handle the deployment of a new key?
  • 0
    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)
Add Comment