Credentials
Bloomify — Credentials & Access
All URLs, logins, and infrastructure identifiers
⚠️
Security Notice

This page is CONFIDENTIAL. Do not share credentials outside the SONAN DIGITAL team. Do not commit passwords to any repository. Rotate the admin password and JWT secret if this document is ever exposed.

Admin Login

FieldValue
Admin URLhttps://bloomifyofficial.sonandigital.com/admin
Emailadmin@bloomifyofficial.com
PasswordAdmin@2026

URLs

ResourceURL
Public Sitehttps://bloomifyofficial.sonandigital.com
Admin Portalhttps://bloomifyofficial.sonandigital.com/admin
API Workerhttps://bloomify-api.sonandigital.com

Infrastructure

ResourceValue
GitHub Reposonantechai/bloomify-portal
Cloudflare Pages Projectbloomify-portal
Worker Namebloomify-api
Worker Envbloomify
D1 Database Namebloomify_db
D1 Database ID65ce920d-2760-4918-a32a-e4aef9a58a83
Latest Commitb1691763

Cloudflare Secrets

SecretSet ViaNotes
JWT_SECRETwrangler secret put JWT_SECRET --env bloomifyUsed to sign admin session tokens — never put in wrangler.toml

Password Hash Format

Admin passwords are stored as saltHex:hashHex (hex-encoded salt + SHA-256 HMAC). This is not the pbkdf2:sha256:... prefix format. If resetting a password manually in D1, generate the correct hash using the Worker's own /api/admin/password endpoint or the seed script.