Skip to content

Commit 1ebd5e5

Browse files
committed
feat: users and rbac
1 parent 42820da commit 1ebd5e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ can add additional admins, maintainers and readers
5656
- **Maintainer** - Cannot add users but can upload, delete files
5757
- **Reader** - Can only read files
5858

59+
> Note: Because of how Basic HTTP auth works, the only way to switch user is to close and re-open the browser.
60+
> On MacOS, this means exiting the browser fully and re-opening it. If you have the user and password saved in the browser,
61+
> you might also have to delete that.
62+
5963
### Building and Running Locally for Development
6064

6165
- Get started by creating a python venv in this directory by running `python3 -m venv venv` or `python -m venv venv`

0 commit comments

Comments
 (0)