gohorsejobs/seeder-api
Tiago Yamamoto 6b1c058e8e fix(seeder): seed 'superadmin' hash at runtime alongside 'lol'
Migration 010 creates 'superadmin' with placeholder hash
'$invalid-placeholder-run-seeder$', leaving it unable to log in.
The seeder now upserts 'superadmin' with the same bcrypt(pass+pepper)
hash as 'lol', ensuring both identifiers work after every seed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 05:49:17 -06:00
..
sql data(seeder): add location SQL data files 2025-12-24 16:23:33 -03:00
src fix(seeder): seed 'superadmin' hash at runtime alongside 'lol' 2026-02-24 05:49:17 -06:00
.dockerignore chore: add Dockerfiles and gitignore files for all services 2025-12-14 09:28:09 -03:00
.env.example chore: add login verification scripts and update deps 2025-12-24 14:22:56 -03:00
.gitignore feat: expand testing, add fast seeder options, hardcode superadmin 2025-12-24 17:07:45 -03:00
Dockerfile fix: corrige URLs do frontend para HTTPS e SSL do seeder 2026-02-17 10:14:57 -06:00
go.mod Convert seeder API to Go server 2026-01-02 10:29:00 -03:00
go.sum Convert seeder API to Go server 2026-01-02 10:29:00 -03:00
main.go fix(seeder): update root response with actual endpoints (no /docs) 2026-01-02 20:23:34 -03:00
package-lock.json fix: resolve build errors for Coolify deployment 2026-02-16 08:42:29 -06:00
package.json fix: resolve build errors for Coolify deployment 2026-02-16 08:42:29 -06:00
README.md docs: add AI context rules and missing READMEs 2026-02-21 13:33:36 -06:00
SEEDER-API.md docs: unify test users in root README and update superadmin to lol login 2026-02-21 14:48:25 -06:00

Seeder API - GoHorse Jobs

This directory contains utility APIs specifically designed for seeding, automating data input, or populating the database.

🚨 AI Rules Warning 🚨

Before making ANY changes to infrastructure deployment manifests or Kubernetes files, please refer to the project-wide AI Rules located at .agent/rules.md. Do NOT touch k3s or k8s files. Do not alter raw RSA/base64 authentication keys.