This block + 6,000 more — yours with Pro

Comments Rich Text

76/100
Docs

Rich Text Comments

Markdown formatting supported

Markdown supported
DL
Dev Lead2h ago

The new API endpoints are working great, but we should add rate limiting before launch.

Here's a quick example: `typescript const limiter = rateLimit({ windowMs: 15 60 1000, max: 100 }); `

See the rate limiting docs for details.

QE
QA Engineer1h ago

Tested the authentication flow and found these issues:

  • Login with invalid credentials shows a generic error
  • Session timeout is too aggressive (5 min)
  • refresh_token endpoint returns 500 on edge cases
Overall looking good though!