Comment on page
🔓

Auth

Backengine supports auth out of the box with no code and no config required.
Your app comes with a default users table in case you need it. In the chat, this will be integrated into your application design if necessary.
To add users, select the auth menu in the sidebar. Here you can add and review users and see RLS policies that apply to your tables.
When you run codegen, we will automatically configure the frontend to use your auth service and create simple sign-up and log-in components that you can use straight away.
In order for auth to work correctly, you must enter your application's hosted URL in the settings page. This may take up to 12 hours to be reflected.