Skip to content

Commit b4912f2

Browse files
committed
Update README.md
1 parent bf8d065 commit b4912f2

File tree

1 file changed

+38
-27
lines changed

1 file changed

+38
-27
lines changed

README.md

Lines changed: 38 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Parse Dashboard
1+
# Parse Dashboard <!-- omit in TOC -->
22

33
[![Greenkeeper badge](https://badges.greenkeeper.io/parse-community/parse-dashboard.svg)](https://greenkeeper.io/)
44
[![Build Status](https://img.shields.io/travis/parse-community/parse-dashboard/master.svg?style=flat)](https://travis-ci.org/parse-community/parse-dashboard)
@@ -11,32 +11,34 @@
1111

1212
Parse Dashboard is a standalone dashboard for managing your [Parse Server](https://github.com/ParsePlatform/parse-server) apps.
1313

14-
* [Getting Started](#getting-started)
15-
* [Local Installation](#local-installation)
16-
* [Configuring Parse Dashboard](#configuring-parse-dashboard)
17-
* [File](#file)
18-
* [Environment variables](#environment-variables)
19-
* [Multiple apps](#multiple-apps)
20-
* [Single app](#single-app)
21-
* [Managing Multiple Apps](#managing-multiple-apps)
22-
* [GraphQL Playground](#graphql-playground)
23-
* [App Icon Configuration](#app-icon-configuration)
24-
* [App Background Color Configuration](#app-background-color-configuration)
25-
* [Other Configuration Options](#other-configuration-options)
26-
* [Prevent columns sorting](#prevent-columns-sorting)
27-
* [Running as Express Middleware](#running-as-express-middleware)
28-
* [Deploying Parse Dashboard](#deploying-parse-dashboard)
29-
* [Preparing for Deployment](#preparing-for-deployment)
30-
* [Security Considerations](#security-considerations)
31-
* [Configuring Basic Authentication](#configuring-basic-authentication)
32-
* [Separating App Access Based on User Identity](#separating-app-access-based-on-user-identity)
33-
* [Use Read-Only masterKey](#use-read-only-masterKey)
34-
* [Making an app read-only for all users](#making-an-app-read-only-for-all-users)
35-
* [Makings users read-only](#makings-users-read-only)
36-
* [Making user's apps readOnly](#making-users-apps-readonly)
37-
* [Configuring Localized Push Notifications](#configuring-localized-push-notifications)
38-
* [Run with Docker](#run-with-docker)
39-
* [Contributing](#contributing)
14+
- [Getting Started](#getting-started)
15+
- [Local Installation](#local-installation)
16+
- [Configuring Parse Dashboard](#configuring-parse-dashboard)
17+
- [File](#file)
18+
- [Environment variables](#environment-variables)
19+
- [Multiple apps](#multiple-apps)
20+
- [Single app](#single-app)
21+
- [Managing Multiple Apps](#managing-multiple-apps)
22+
- [GraphQL Playground](#graphql-playground)
23+
- [App Icon Configuration](#app-icon-configuration)
24+
- [App Background Color Configuration](#app-background-color-configuration)
25+
- [Other Configuration Options](#other-configuration-options)
26+
- [Prevent columns sorting](#prevent-columns-sorting)
27+
- [Running as Express Middleware](#running-as-express-middleware)
28+
- [Deploying Parse Dashboard](#deploying-parse-dashboard)
29+
- [Preparing for Deployment](#preparing-for-deployment)
30+
- [Security Considerations](#security-considerations)
31+
- [Configuring Basic Authentication](#configuring-basic-authentication)
32+
- [Separating App Access Based on User Identity](#separating-app-access-based-on-user-identity)
33+
- [Use Read-Only masterKey](#use-read-only-masterkey)
34+
- [Making an app read-only for all users](#making-an-app-read-only-for-all-users)
35+
- [Makings users read-only](#makings-users-read-only)
36+
- [Making user's apps readOnly](#making-users-apps-readonly)
37+
- [Configuring Localized Push Notifications](#configuring-localized-push-notifications)
38+
- [Run with Docker](#run-with-docker)
39+
- [Features](#features)
40+
- [Browse as User](#browse-as-user)
41+
- [Contributing](#contributing)
4042

4143
# Getting Started
4244

@@ -557,6 +559,15 @@ docker run -d -p 80:8080 -v host/path/to/config.json:/src/Parse-Dashboard/parse-
557559

558560
If you are not familiar with Docker, ``--port 8080`` will be passed in as argument to the entrypoint to form the full command ``npm start -- --port 8080``. The application will start at port 8080 inside the container and port ``8080`` will be mounted to port ``80`` on your host machine.
559561

562+
# Features
563+
## Browse as User
564+
565+
▶️ *Core > Browser > Browse*
566+
567+
This feature allows you to use the data browser as another user, respecting that user's data permissions. For example you will only see records and fields the user has permission to see.
568+
569+
> ⚠️ Logging in as another user will trigger the same Cloud Triggers as if the user logged in themselves using any other login method. Logging in as another user requires to enter that user's password.
570+
560571
# Contributing
561572

562573
We really want Parse to be yours, to see it grow and thrive in the open source community. Please see the [Contributing to Parse Dashboard guide](CONTRIBUTING.md).

0 commit comments

Comments
 (0)