Commit Graph

22 Commits

Author SHA1 Message Date
99a3b57cf6 Safely generating passwords for admin users 2025-03-19 21:26:14 -07:00
6cf8a02100 Typescript here we come IG 2025-03-11 20:35:06 -07:00
44530ff327 Scrapping the APi because rocket is not mature enough for this project 2025-03-11 20:24:54 -07:00
1c9d0a6207 Salting and hashing admin creds upon creation 2025-03-11 16:51:06 -07:00
503ba812f2 Adding framework for salt & hashing passwords before creating admin users, still requires integration at this stage 2025-03-10 23:20:56 -07:00
a7bae463a2 Setting postgres.username with rando value on tail end 2025-03-10 21:51:03 -07:00
219ec4df9a Admin-cli now creates minimum tables for users 2025-03-10 21:44:21 -07:00
d83bd0a7bf Fixing horrid typo ;-; 2025-03-10 20:48:34 -07:00
8f67333050 Adding dev script for easier testing workflow 2025-03-09 19:34:51 -07:00
b4aa323577 Cleaning up the admin credentials creation a ton and creating the default bubble
admin user in the users table.
Still need UUIDv7 in as primary keys but we're getting there slowly
2025-01-07 22:54:50 -08:00
a679f49b18 Basic cli parse of postgres params 2024-12-15 17:02:30 -08:00
d55714a6f0 Addign clap to api deps 2024-12-15 17:02:05 -08:00
57c2241e12 Simple name for postgres container 2024-11-24 16:01:42 -08:00
df978d7250 Working db setup with admin-cli 2024-11-24 15:38:25 -08:00
7230c2d015 REmoving fluff from db/ 2024-11-12 14:33:23 -08:00
5b48288179 refactor to db setup for admin-cli 2024-11-11 19:33:54 -08:00
747442799d Dependencies updated 2024-10-28 20:59:15 -07:00
2fd05e150b Making it possible to run setup db sql with cli tool 2024-10-28 20:58:36 -07:00
29561fb202 Basic database layout 2024-10-28 20:10:12 -07:00
e85fa7b21c admin cli beginnings 2024-10-28 19:59:35 -07:00
ec7674fe44 Fixing binary name in Cargo toml 2024-10-28 19:59:21 -07:00
2c3c2efd03 API frame needs some way of setting up all the things in the db before we can use it' 2024-10-28 19:56:46 -07:00