Sign‑In
You can sign in with your email and password or continue with Google.
Email and password
- Go to the Sign In page.
- Enter your email and password.
- Optionally select Remember me on this device.
- Select Sign In.
Google sign‑in
- Choose Sign in with Google.
- 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 |
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