Commit Graph

4 Commits

Author SHA1 Message Date
bwnyasse
a5a4eae255 feat(launchpad): implement secure email hashing for access control
This commit introduces a more secure method for verifying user
access to the internal launchpad by hashing email addresses.

- Replaces the plain-text email list with SHA-256 hashes.
- Adds a script to generate these hashes from `iap-users.txt`.
- Updates the launchpad HTML to hash the input email and compare
 it against the `allowed-hashes.json` file.
- Updates Makefile to generate hashes before deploy and serve.
- Adds .keep file for krow_client folder.
2026-01-10 11:48:54 -05:00
Achintha Isuru
3993cffc1a feat: Update Android package and application ID, and introduce product flavors for different build environments. 2025-12-03 01:42:36 -05:00
Achintha Isuru
323968c79c feat: Implement Flutter flavors for dev, stage, and prod environments with corresponding configurations and build scripts. 2025-12-03 01:41:15 -05:00
Achintha Isuru
02470e196f feat: Initialize Flutter project for krow_staff app including multi-platform configurations and build artifacts. 2025-12-03 00:34:41 -05:00