🔐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.

Login Methods

NotionApps supports the following login methods:

  1. Email address + Access Code

  2. Login via Google (PLUS plan & above)

  3. Email address + Password (coming soon)

  4. Enterprise SSO (coming soon)

Enable Google Login Method

To enable Google login for your application, you can do the following:

  1. Go to your applications' "Users" tab.

  2. Click on "Change App Privacy".

  1. Enable the "Google Login" toggle and click "Confirm".

  1. Publish your application.

Now, you can see a "Login with Google" button in your apps.

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

Last updated