Creating an Account

Creating an Account

SceneItAll uses Clerk for secure sign-in. On the web app you are redirected to Clerk’s hosted Account Portal to create an account or sign in — passwords, multi-factor authentication, and password reset are all handled there.

Signing Up

  1. Open SceneItAll in your browser (for example, https://app.sceneitall.pro).
  2. If you are not signed in, the app redirects you to the Clerk sign-in page.
  3. Click Sign up (or the equivalent link on the portal).
  4. Complete the registration form (email and password, or a supported social sign-in if enabled).
  5. Complete any verification or MFA steps Clerk prompts for.
  6. After sign-up, you are returned to SceneItAll and can start using the app immediately.

Signing In

  1. Open SceneItAll in your browser.
  2. You are redirected to the Clerk sign-in page if you do not have an active session.
  3. Enter your credentials (or use your configured sign-in method).
  4. Complete MFA if your account requires it.

After signing in, you are taken to the main app. If you have not joined any projects yet, you will see options to create a new project or join an existing one.

Password Reset

Forgot your password? Use the Forgot password? link on the Clerk sign-in page. Reset emails and verification codes are sent by Clerk — not by SceneItAll’s SMTP layer.

Tips

  • You stay signed in across browser sessions until you explicitly log out (avatar menu → Log out) or your Clerk session expires.
  • SceneItAll never stores your password. The backend only verifies your Clerk session token on each API request.