Passport and identity engine for creator profiles with dual-theme auth
  • TypeScript 97.4%
  • CSS 2.2%
  • HTML 0.3%
Find a file
mrpiglr 112266f4ef feat: unify credential verify — fall back to forge_credentials for GFC-* IDs
/api/credentials/verify/:id now checks forge_credentials when the ID
is not found in the credentials table. aethex.site/verify now works
for GFC-* IDs issued by GameForge Academy without any duplication.

n8n pipeline simplified to notifications-only (Discord DM + email).
It receives the credentialId from the caller instead of generating one,
removing the Issue Credential and Update Enrollment steps entirely.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-16 01:56:18 +00:00
api Add API endpoints for creator profiles and project showcases 2025-12-02 23:57:33 +00:00
attached_assets Update domain configuration instructions to reflect Vercel setup 2025-12-02 23:42:16 +00:00
client feat: surface GameForge Forge Certified creds on passport page 2026-06-16 01:20:12 +00:00
n8n feat: unify credential verify — fall back to forge_credentials for GFC-* IDs 2026-06-16 01:56:18 +00:00
script Extracted stack files 2025-12-02 20:56:39 +00:00
server feat: unify credential verify — fall back to forge_credentials for GFC-* IDs 2026-06-16 01:56:18 +00:00
shared Add creator profile and project showcase pages with dynamic data loading 2025-12-02 21:33:45 +00:00
.env new file: .env 2026-03-17 07:54:51 +00:00
.gitignore Extracted stack files 2025-12-02 20:56:39 +00:00
.replit Update domain configuration instructions to reflect Vercel setup 2025-12-02 23:42:16 +00:00
app.log new file: .env 2026-03-17 07:54:51 +00:00
components.json Extracted stack files 2025-12-02 20:56:39 +00:00
design_guidelines.md Extracted stack files 2025-12-02 20:56:39 +00:00
docker-compose.yml Add Dockerfile and docker-compose for VPS deployment 2026-03-17 00:00:28 +00:00
Dockerfile Add Dockerfile and docker-compose for VPS deployment 2026-03-17 00:00:28 +00:00
drizzle.config.ts Extracted stack files 2025-12-02 20:56:39 +00:00
generated-icon.png Initial commit 2025-12-02 20:55:42 +00:00
package-lock.json Add API endpoints for creator profiles and project showcases 2025-12-02 23:57:33 +00:00
package.json Add API endpoints for creator profiles and project showcases 2025-12-02 23:57:33 +00:00
postcss.config.js Extracted stack files 2025-12-02 20:56:39 +00:00
replit.md Integrate Supabase for creator and project data storage and retrieval 2025-12-02 22:03:48 +00:00
tailwind.config.ts Introduce dual-theme identity system with creator profiles and project showcases 2025-12-02 21:02:20 +00:00
tsconfig.json Extracted stack files 2025-12-02 20:56:39 +00:00
vercel.json Add API endpoints for creator profiles and project showcases 2025-12-02 23:57:33 +00:00
vite.config.ts Extracted stack files 2025-12-02 20:56:39 +00:00