If your app needs people to sign in — to save their data, access a personal dashboard, or take actions tied to their account — Genie Cloud provides the authentication layer automatically. When Genie AI determines that your app requires user accounts, it sets up sign-up, sign-in, and session management without you having to configure anything.Documentation Index
Fetch the complete documentation index at: https://docs.genie-app.de/llms.txt
Use this file to discover all available pages before exploring further.
How authentication is provisioned
When you describe a feature that involves user accounts — “let customers track their orders”, “add a member area”, “save preferences per user” — Genie AI enables authentication for your project as part of building the app. The sign-in and sign-up screens, the session handling, and the connection between a user’s identity and their data are all generated and wired up automatically. You do not need to choose an authentication library, manage tokens, or write any sign-in logic. Genie handles all of it.How your app’s visitors sign in
Once authentication is set up, visitors to your app can create an account and sign in using their email address. Depending on the OAuth providers you have enabled in your project’s Authentication settings, users may also be able to sign in with Google.Visitor arrives at your app
When a visitor reaches a part of your app that requires an account, they are directed to the sign-in or sign-up screen that Genie generated.
They create an account or sign in
New visitors sign up with their email address. Returning visitors sign in the same way. If you have enabled Google sign-in from the Authentication tab, that option also appears.
Anonymous users
Not every visitor who interacts with your app needs to create an account. Genie Cloud can also track anonymous users — visitors who have a temporary session but have not signed up with an email address. An anonymous user record is created automatically when your app needs to persist something for a visitor across pages or sessions before they register. This is useful for features like a shopping cart, a progress tracker, or a quiz that works before sign-up. In the Cloud tab, anonymous users are shown with an Anonymous badge, while users who have signed up with an email or phone number are shown with a User badge.Anonymous users are real entries in your auth system. They consume storage and count toward your auth user total, but they have no email or phone number attached to them. If a visitor later signs up, their anonymous session can be linked to their new account.
Viewing auth users in the Cloud tab
Open Settings and go to the Cloud tab. The Auth users card in the summary row shows the total count of users who have a session in your project — both registered and anonymous. Scroll down to the Detected resources section. The Auth users panel lists up to eight users, showing each one with:- Email or phone — the contact detail the user signed up with, or a note that no contact is on file for anonymous users
- User ID — the unique internal identifier for that user’s account
- Last sign-in — when the user most recently signed in, or a note if they have never completed a sign-in
- Anonymous or User — a badge indicating whether the user is anonymous or has a verified identity