forked from mrwyndham/fastpocket
26 lines
256 KiB
Markdown
26 lines
256 KiB
Markdown
# 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.
|
|
|
|
[](https://youtu.be/rVzkkfgKDHQ)
|
|
|
|
## 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.
|
|
|
|

|
|
|
|
## Creating an Authenticated Route
|
|
|
|
1. **Navigate to the Authenticated Section**: Go to the authenticated section in your app's settings.
|
|

|
|
|
|
2. **Add the App**: Add your app to the authenticated route list.
|
|

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