# Authentication in dashboard

**URL:** https://discourse.nodered.org/t/authentication-in-dashboard/10948
**Category:** Dashboard
**Created:** [9 May 2019 12:16 UTC](https://discourse.nodered.org/t/authentication-in-dashboard/10948 "2019-05-09T12:16:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![chirag](https://avatars.discourse-cdn.com/v4/letter/c/ecccb3/32.png) [@chirag](https://discourse.nodered.org/u/chirag)
#### Post date: [9 May 2019 12:16 UTC](https://discourse.nodered.org/t/authentication-in-dashboard/10948/1 "2019-05-09T12:16:24Z")

</div>

I want apply password on dashboard to go one tab to other tab.  
how can it is possible?

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [9 May 2019 15:31 UTC](https://discourse.nodered.org/t/authentication-in-dashboard/10948/2 "2019-05-09T15:31:59Z")

</div>

the dashboard can only be protected by the http endpoint security - so it will apply across the whole site and not tab by tab. You will need to investigate other dashboard options or build your own for per tab security. For example see the node-red-contrib-uibuilder project.

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [10 May 2019 15:03 UTC](https://discourse.nodered.org/t/authentication-in-dashboard/10948/3 "2019-05-10T15:03:49Z")

</div>

Also note that Dashboard is a "single-page app" - its "tabs" are visual, they are not separate web pages and so are not separately controlled by the server.

uibuilder will, indeed be able to support building a multi-page web app with different security on each page.

---

<div class="post-metadata">

### Author: ![chirag](https://avatars.discourse-cdn.com/v4/letter/c/ecccb3/32.png) [@chirag](https://discourse.nodered.org/u/chirag)
#### Post date: [11 May 2019 04:49 UTC](https://discourse.nodered.org/t/authentication-in-dashboard/10948/4 "2019-05-11T04:49:22Z")

</div>

thank you  
i will try with uibuilder.
