Add login to your app (bring your own auth)
This is your app’s user login — separate from signing into Mythex. Mythex does not provide a built-in Auth0/Clerk/Supabase Auth product UI. You bring a library or provider and keys.
Approach
- Choose an auth approach (e.g. email/password with your database, or a hosted provider’s SDK)
- Store any provider secrets in project secrets
- Prompt clearly:
- Enable database if you store users yourself (
/database)