Sign‑In

You can sign in with your email and password or continue with Google.

Email and password

  1. Go to the Sign In page.
  2. Enter your email and password.
  3. Optionally select Remember me on this device.
  4. Select Sign In.

Google sign‑in

  1. Choose Sign in with Google.
  2. Complete Google’s prompt and you’ll return to VDF Cloud.

Forgot password

  • Use Forgot Password on the Sign In page to reset your password via email.

Troubleshooting

  • Check for typos in your email and password.
  • If you recently changed your password, try signing in again or reset it.
  • If you get redirected back to sign‑in, make sure your browser allows cookies for VDF Cloud.

Sign‑in options

Method Steps Notes
Email & Password Enter credentials and Sign In Use Forgot Password if needed
Google Click “Sign in with Google” and follow prompts You’ll be redirected back

OAuth flow (Google)

sequenceDiagram
  participant U as User
  participant V as VDF Cloud
  participant G as Google
  U->>V: Click Sign in with Google
  V->>G: OAuth authorize request
  G-->>U: Consent & login prompt
  U->>G: Approve
  G-->>V: Authorization code
  V->>G: Exchange code for token
  G-->>V: ID/Access token
  V-->>U: Signed in → Dashboard