Quiz-PDF/Documentation/docs/NEW/Row III/SC Your App.md

256 KiB

How to Build an App with Authenticated Routes

Building an app can seem daunting, but with the right steps, you can create a functional and secure application. In this guide, we will walk you through the process of building an app using authenticated routes.

Click to watch the video

Introduction to the App Building Process

In this tutorial, we will cover the essential steps to build an app, focusing on creating authenticated routes for secure access. Authenticated routes ensure that only logged-in users can access certain parts of the app.

Signing In and Accessing the App

To get started, you need to sign in to your account. Once you are signed in, you will have access to the app. This is crucial as the app is set up to be accessible only through authenticated routes.

Sign in screen - 26

Creating an Authenticated Route

  1. Navigate to the Authenticated Section: Go to the authenticated section in your app's settings. Authenticated section - 37

  2. Add the App: Add your app to the authenticated route list. Add app to route - 41

  3. Assign the Route to Logged-in Users: In the navigation settings, assign the route to be accessible only if the user is logged in. Assign route - 55