Giter Site home page Giter Site logo

Comments (3)

oznu avatar oznu commented on May 13, 2024 1

Hi @gtrnz,

The forms-based login is back and is the default option.

If you're going to upgrade the plugin from inside the UI, please immediately restart Homebridge after doing so, then do a hard refresh (CTRL + F5 or CMD + SHIFT + R) of the UI. This will ensure everything keeps working smoothly.

For anyone else watching - if you want to change the auth method you can add it as an option in your config.json.

To turn back on Basic Authentication:

"platform":[
    {
      "platform": "config",
      "name": "Config",
      "port": 8080,
      "auth": "basic"
    }
]

To turn off authentication:

"platform":[
    {
      "platform": "config",
      "name": "Config",
      "port": 8080,
      "auth": false
    }
]

from homebridge-config-ui-x.

oznu avatar oznu commented on May 13, 2024

Hi @gtrnz,

This is something I'm working towards. The front end is using Angular 5 so the old method didn't work very well. I'm planning to re-implement this using JWT authentication which I'm already using for the Websocket connections.

My plans are to allow users to specify what auth method they want to use once I implement this, letting them choose from:

  • Basic - what we have now
  • Form - what you want
  • None - useful for those running behind a reverse proxy that provides the auth layer

from homebridge-config-ui-x.

 avatar commented on May 13, 2024

Just updated. Looks like by default it reverts to form style login like it used to be with out having an auth type defined in the config.

from homebridge-config-ui-x.

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.