Commit Graph

6 Commits

Author SHA1 Message Date
05edf69ca7 refactor: initial frontend wiring for new api 2025-12-15 00:13:10 +00:00
7b13326e22 docs: add OpenAPI documentation with Scalar UI
- Add swaggo annotations to all HTTP handlers
- Add Swagger/OpenAPI spec generation with swag
- Create separate docs server binary (drexa-docs)
- Add Makefile with build, run, and docs targets
- Configure Scalar as the API documentation UI

Run 'make docs' to regenerate, 'make run-docs' to serve.
2025-12-13 22:44:37 +00:00
539b15dcb7 refactor: introduce reqctx pkg for request context 2025-12-04 00:48:43 +00:00
3a6fafacca feat: impl refresh token rotation 2025-12-03 00:07:39 +00:00
033ad65d5f feat: improve err logging 2025-11-30 19:19:33 +00:00
89b62f6d8a feat: introduce account 2025-11-30 17:12:50 +00:00