Skip to main content

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

  1. Choose an auth approach (e.g. email/password with your database, or a hosted provider’s SDK)
  2. Store any provider secrets in project secrets
  3. Prompt clearly:
  1. Enable database if you store users yourself (/database)