Metadata-Version: 2.1
Name: pioreactor-basic-auth-for-ui
Version: 0.0.2
Summary: Adding basic auth to the Pioreactor UI
Home-page: 
Author: Cameron Davidson-Pilon
Author-email: hello@pioreactor.com
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# pioreactor-basic-auth-for-ui


This adds basic auth to access your Pioreactor UI.

> **Warning**
> The web server is still HTTP. Malicious users _on your network_ can read any data going back and forth, including an encoded version of the user/name password.


## Installation

1. On your leader Pioreactor, run
```
pio install-plugin pioreactor-basic-auth-for-ui
```
2. Next, execute:
```
pio run change_ui_credentials <ui_username> <ui_password>
```
3. Refresh the UI and you should be greeted with a pop up.
4. Finally, you should restart the leader now, or later.
