Secure Portal
Magic-link access for client material and future secure features
This portal is designed to sit behind Azure Functions, Cosmos DB, and Key Vault.
Authentication uses email-based magic links so you can avoid password handling in v1.
Current Plan
Auth flow
- User requests access with email.
- Azure Function issues a short-lived magic link.
- Resend delivers the login email.
- Cosmos DB stores users, pending links, and sessions.
- Blob Storage can later hold private documents tied to the account.
Documents
Authenticated document space backed by Cosmos metadata and private Blob storage
Sign in to load your available documents.