Coder Social home page Coder Social logo

node-red-dashboard-login's People

Contributors

phyunsj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

node-red-dashboard-login's Issues

Hide/Show Flows

Hi, I'm using dashboard-login to control user access to my dash. I defined two user groups and am controlling as follows. However, if I login to the system with the admin user, for example, even putting hide in a specific flow, this same flow is displayed to the admin group user.
This is what I have coded in flow

image

if (userGroup === "admin") {
/* ui-control payload /
msg.payload = {
group: {
show : [
],
hide : [
"Home_Status_Linha_1"
]
}
};
} else {
/ ui-control payload */
msg.payload = {
group: {
show : [
"Linha_1"
],
hide : [
"Home_Status_Linha_1",
"Home_Sistema_Login"
]
}
};
}

Logoff button

hello, very good your flows, congratulations. I am using them in my streams but as I am new to this node-re environment I would like to know how I could implement a logoff button

Questions Confs.

Hello, I am using node-red-dashboard version 2.16.2. Do I need to make any changes you make to the description "Under node-red-dashboard"?

sa

can we hide tabs? without login?

Security

Hello,

I would like to ask you about the security of using this flow. How secure is to use this flow. I mean the passwords are not salted and everyone who can acsess the admin area can see the passwords.

I am sorry about asking too much questions but I am trying to develop something rock solid and off course hacker / scammer prof so I would be really appriciated if you can help me out here. Thank you

Not an issue

Hi, there, this is very innovative way of securing it, how is group set to hidden by default?
Would this work with TABs as well like with groups?

Deploying to ibm Cloud

It is possible to make that changes in a Node-Red application hosted on IBM Cloud, or push a local app with that changes?

cards still apear

image
hi i edited the 3 files ui js /toast /ui-ui-control but it does not work

Get username

Hello, how can I get the username logged in the system in another flow?

Important issue

If I'm signed in from one device I find myself automatically signed in other devices

Disable Side Menu

Hello, is it possible to disable the side menu only on the login screen? How could you do that?

image

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.