๐Ÿ”Private apps

This document details how to create a login-enabled app on top of Notion databases.

To create a private app on NotionApps, you need to follow these steps:

#1 Create a Users database

First, you need to create a Users database. You can skip this step if you've already created one.

A users database should have at least two properties. A name property and an email address property. Every email address present in the Users database can log in to the app.

If your Users database is already linked to the application, you may move to step #3.

To link your Users database to the application,

  1. Go to the "Databases" tab in the app builder.

  2. Select the desired database.

#3 Configure Users Database for the app

Now, you need to configure your application to select the database your users are pulled from.

  1. Go to the "Users" tab.

  2. Click on "Select Users Database".

  1. Select the appropriate database, email and name properties.

  2. Click on "Confirm".

  3. A confirmation popup would show up, click the "Yes, go ahead" button.

Your application's users database is now configured. The email addresses in this database can log in to the application.

To learn how to add or remove users, please go to Add/Remove users.

Last updated