Metadata-Version: 2.4
Name: pioreactor-basic-auth-for-ui
Version: 0.1.0
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
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: summary

# 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 plugins install pioreactor-basic-auth-for-ui
```
2. Next, execute:
```
pio run change_ui_credentials <ui_username> <ui_password>
```
4. Refresh the UI and you should be greeted with a pop up.
5. Add the API key from `pio run change_ui_credentials` to your config.ini
6. Finally, you should restart the leader now, or later.
