Deploying Your App to Production
Before you deploy your app to real users, you'll want to make sure your application is secure and ready to onboard users to your app. This involves separating some operations to the server and others to the client.
The examples in Getting Started do everything on the client. The following examples demonstrate what should be on the server instead to ensure your application is secure.
Some of the code here is left for you to implement. This provides you with flexibility and control over your application's authentication. However, if you'd like specific examples, check out our templates or framework guides.
At the root of your application:
In your components
directory: