No description
Find a file
SnapAPI Test Agent c32436631a
Some checks failed
Build & Deploy to Staging / Build & Deploy to Staging (push) Has been cancelled
feat: Add Stripe Customer Portal for API Key Recovery
- Add POST /v1/billing/portal endpoint for customer portal access
- Add GET /v1/billing/recover endpoint for API key recovery
- Implement getKeyByEmail() and getCustomerIdByEmail() service functions
- Add comprehensive test coverage for new endpoints and services
- Create dedicated recovery page at /recovery.html with forms
- Add 'Lost your API key?' link on landing page near pricing
- Update OpenAPI documentation for new endpoints
- Return masked API keys for security (snap_xxxx...xxxx format)
- Log full keys for manual email sending (email service TBD)
- Include proper error handling and input validation
2026-02-25 08:06:38 +00:00
.forgejo/workflows fix: promote workflow retags staging image instead of rebuilding 2026-02-20 11:34:58 +00:00
public feat: Add Stripe Customer Portal for API Key Recovery 2026-02-25 08:06:38 +00:00
sdk feat: add Node.js and Python SDKs 2026-02-23 14:02:15 +00:00
src feat: Add Stripe Customer Portal for API Key Recovery 2026-02-25 08:06:38 +00:00
.gitignore feat: initial codebase v0.4.1 2026-02-19 17:05:16 +00:00
Dockerfile fix: skip puppeteer browser download in Docker build 2026-02-20 11:21:02 +00:00
package-lock.json Add comprehensive test framework with vitest and TDD tests 2026-02-24 16:23:06 +00:00
package.json Add comprehensive test framework with vitest and TDD tests 2026-02-24 16:23:06 +00:00
tsconfig.json feat: initial codebase v0.4.1 2026-02-19 17:05:16 +00:00
vitest.config.ts Add comprehensive test framework with vitest and TDD tests 2026-02-24 16:23:06 +00:00