Code Monkey home page Code Monkey logo

Comments (3)

ocdtrekkie avatar ocdtrekkie commented on August 23, 2024 2

I am also looking at packaging this app for Sandstorm (sandstorm.org) and we eradicate authentication. If there is a way to tell it to accept a username from a HTTP header, it avoids us having to hack it together ourselves. ;)

We are obviously not unique in this strategy, so upstream support for it would likely benefit multiple self-hosting setups.

From a security standpoint, solutions using this method are proxying all traffic, so it's entirely safe to trust the presence of the header.

https://docs.sandstorm.io/en/latest/developing/auth/

from wallos.

ellite avatar ellite commented on August 23, 2024

I wouldn't know how to implement that securely at the moment. I'll give that a read and add this suggestion to my list.
Anyway, for now, you should only have to login once every 30 days (per device).
Thank you.

from wallos.

carsaig avatar carsaig commented on August 23, 2024

+1 self-hosted apps should have this by default: accept login tokens inbound via header as self-hosted environments or specific apps are reached via Tunnels or other VPN setups where inbound traffic is proxied through a reverse proxy, ideally pre-authenticated.
SSO makes total sense. Since containers are spun up quickly, a multitude of apps running locally, isolated in a secure way but have a common login layer. It drives me bonkers to login to all my different apps when switching tabs^^
Some of them are linked to OpenID or similar but its still a lot of silos making my life harder than it needs to be :-)

from wallos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.